mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-06 18:57:39 +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() {
|
||||
if (devList.size() == 0) {
|
||||
return;
|
||||
}
|
||||
if (running) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user