server: Fix string format warning.
This commit is contained in:
parent
479f5a1b21
commit
8b49ecc3d8
|
@ -67,7 +67,7 @@ static void dump_uints( const int *ptr, int len )
|
|||
|
||||
static void dump_timeout( const timeout_t *time )
|
||||
{
|
||||
fprintf( stderr, get_timeout_str(*time) );
|
||||
fputs( get_timeout_str(*time), stderr );
|
||||
}
|
||||
|
||||
static void dump_file_pos( const file_pos_t *pos )
|
||||
|
|
Loading…
Reference in New Issue