kopia lustrzana https://github.com/Hamlib/Hamlib
Use correct roofing filter index
rodzic
25adec088a
commit
ac72d7bf0a
|
@ -6340,7 +6340,7 @@ static int set_roofing_filter_for_width(RIG *rig, vfo_t vfo, int width)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
index = i;
|
index = current_filter->index;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (index < 0)
|
if (index < 0)
|
||||||
|
|
Ładowanie…
Reference in New Issue