Fix elektor507.c function definition

pull/928/head
Mike Black W9MDB 2022-01-16 07:15:21 -06:00
rodzic 6a516b4a34
commit 36f516f840
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -670,7 +670,7 @@ int elektor507_set_conf(RIG *rig, token_t token, const char *val)
return RIG_OK;
}
int elektor507_get_conf2(RIG *rig, token_t token, char *val, val_len)
int elektor507_get_conf2(RIG *rig, token_t token, char *val, int val_len)
{
struct elektor507_priv_data *priv;