mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Fixes for Android
This commit is contained in:
@@ -128,7 +128,7 @@ bool RTLSDRInput::openDevice()
|
||||
qCritical("RTLSDRInput::openDevice: could not open USB device %s", qPrintable(m_deviceAPI->getSamplingDeviceSerial()));
|
||||
return false;
|
||||
}
|
||||
if ((res = rtlsdr_open_fd(&m_dev, fd)) < 0)
|
||||
if ((rtlsdr_open_fd(&m_dev, fd)) < 0)
|
||||
{
|
||||
qCritical("RTLSDRInput::openDevice: could not open RTLSDR: %s", strerror(errno));
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user