git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2756 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.10
Stéphane Fillod, F8CFE 2009-11-01 22:43:40 +00:00
rodzic 262134f97c
commit 2c4f8774eb
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -447,6 +447,11 @@ static int calcDividers(RIG *rig, double f, struct solution* solution)
return 1;
} else {
solution->HS_DIV = 0;
solution->N1 = 0;
solution->f0 = 0;
solution->RFREQ = 0;
rig_debug(RIG_DEBUG_TRACE, "%s: No solution\n", __func__);
return 0;
}
}