1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-12 10:48:42 -04:00

Open device.

This commit is contained in:
John Greb
2014-11-06 23:03:49 +00:00
parent 15da973edb
commit 1f63911faf
2 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ bool V4LInput::startInput(int device)
}
OpenSource("/dev/swradio0");
if (m_dev == 0) {
if (fd < 0) {
qCritical("could not open SDR");
return false;
}