mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 19:27:11 +01:00
more linux bugfix
This commit is contained in:
parent
c5f30f6d6a
commit
cb59b04b17
@ -20,7 +20,7 @@ namespace dsp::sink {
|
|||||||
int count = base_type::_in->read();
|
int count = base_type::_in->read();
|
||||||
if (count < 0) { return -1; }
|
if (count < 0) { return -1; }
|
||||||
|
|
||||||
_handler(_in->readBuf, count, _ctx);
|
_handler(base_type::_in->readBuf, count, _ctx);
|
||||||
|
|
||||||
base_type::_in->flush();
|
base_type::_in->flush();
|
||||||
return count;
|
return count;
|
||||||
|
Loading…
Reference in New Issue
Block a user