1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -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
@@ -265,6 +265,8 @@ bool RTLSDRInput::handleMessage(const Message& message)
} else {
m_fileSink->stopRecording();
}
return true;
}
else
{