Clean up compile warning on iofunc.c

(cherry picked from commit 7455fa1b91)
Hamlib-4.0
Michael Black W9MDB 2020-09-30 12:59:44 -05:00 zatwierdzone przez Nate Bargmann
rodzic 2aaa5af80c
commit dffdc904a0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F72625E2EDBED598
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -665,7 +665,7 @@ int HAMLIB_API read_string(hamlib_port_t *p,
struct timeval tv, tv_timeout, start_time, end_time, elapsed_time;
int total_count = 0;
rig_debug(RIG_DEBUG_TRACE, "%s called, rxmax=%ld\n", __func__, rxmax);
rig_debug(RIG_DEBUG_TRACE, "%s called, rxmax=%d\n", __func__, (int)rxmax);
if (!p || !rxbuffer)
{