Fix segfault in ft600.c

pull/174/head
Michael Black 2020-01-11 23:29:51 -06:00
rodzic 807fe54550
commit 2c313c1f69
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -462,7 +462,7 @@ int ft600_get_mode(RIG *rig, vfo_t vfo, rmode_t *mode, pbwidth_t *width)
return -RIG_EINVAL;
}
if (width == NULL)
if (width != NULL)
{
*width = RIG_PASSBAND_NORMAL;
}