Fix compile warnings in elad.c

pull/154/head
Michael Black 2019-12-06 22:34:26 -06:00
rodzic 34ed98ee32
commit 7eea22f399
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2659,7 +2659,7 @@ int elad_set_ctcss_tone_tn(RIG *rig, vfo_t vfo, tone_t tone)
}
const struct rig_caps *caps = rig->caps;
char buf[6];
char buf[16];
int i;
/* XXX 40 is a fixed constant */
@ -2812,7 +2812,7 @@ int elad_set_ctcss_sql(RIG *rig, vfo_t vfo, tone_t tone)
}
const struct rig_caps *caps = rig->caps;
char buf[6];
char buf[16];
int i;
for (i = 0; caps->ctcss_list[i] != 0; i++)