mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-15 05:23:30 +02: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