Clean up compile warning on iofunc.c

pull/412/head
Michael Black W9MDB 2020-09-30 12:59:44 -05:00
rodzic 49d24815b2
commit 7455fa1b91
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)
{