mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
Radio Bugfix
This commit is contained in:
@ -91,6 +91,7 @@ namespace dsp {
|
||||
for (auto i = ++lnit; i < links.end(); i++) {
|
||||
if (!(*i)->enabled) { continue; }
|
||||
nextLink = *i;
|
||||
break;
|
||||
}
|
||||
|
||||
if (nextLink) {
|
||||
@ -133,6 +134,7 @@ namespace dsp {
|
||||
for (auto i = ++lnit; i < links.end(); i++) {
|
||||
if (!(*i)->enabled) { continue; }
|
||||
nextLink = *i;
|
||||
break;
|
||||
}
|
||||
|
||||
if (nextLink) {
|
||||
|
Reference in New Issue
Block a user