mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-26 17:44:44 +01:00
Fixed crash when starting with no source
This commit is contained in:
parent
1a42421d92
commit
e364ebac6d
@ -18,6 +18,9 @@ namespace io {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void start() {
|
void start() {
|
||||||
|
if (devList.size() == 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (running) {
|
if (running) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user