mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 02:18:30 +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();
|
||||
if (count < 0) { return -1; }
|
||||
|
||||
_handler(_in->readBuf, count, _ctx);
|
||||
_handler(base_type::_in->readBuf, count, _ctx);
|
||||
|
||||
base_type::_in->flush();
|
||||
return count;
|
||||
|
Loading…
Reference in New Issue
Block a user