mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
SDRdaemon: fixed SDRdaemonBuffer returned value for read meta
This commit is contained in:
@@ -121,9 +121,13 @@ bool SDRdaemonBuffer::readMeta(char *array, uint32_t length)
|
||||
{
|
||||
m_sync = false;
|
||||
}
|
||||
}
|
||||
|
||||
return m_sync;
|
||||
return m_sync;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
void SDRdaemonBuffer::writeData(char *array, uint32_t length)
|
||||
|
||||
Reference in New Issue
Block a user