mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-20 23:22:43 +00:00
maybe macOS fixes and other
This commit is contained in:
@@ -17,7 +17,7 @@ namespace dsp::sink {
|
||||
int count = base_type::_in->read();
|
||||
if (count < 0) { return -1; }
|
||||
|
||||
|
||||
if (data.write(_in->readBuf, count) < 0) { return -1; }
|
||||
|
||||
base_type::_in->flush();
|
||||
return count;
|
||||
|
||||
Reference in New Issue
Block a user