1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-04 02:28:33 -04:00

RTLSDR input: return true upon MsgFileRecord processing

This commit is contained in:
f4exb 2017-09-04 22:22:34 +02:00
parent 331e1f7538
commit 5a27ca7746

View File

@ -265,6 +265,8 @@ bool RTLSDRInput::handleMessage(const Message& message)
} else {
m_fileSink->stopRecording();
}
return true;
}
else
{