kopia lustrzana https://github.com/Hamlib/Hamlib
Clean up compile warning on iofunc.c
rodzic
49d24815b2
commit
7455fa1b91
|
@ -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)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue