terminal-encoding: Remove -Wformat warning
parent
5324e00cf1
commit
8e6ba94897
|
@ -248,7 +248,7 @@ terminal_encoding_is_valid (TerminalEncoding *encoding)
|
||||||
" input \"%s\"\n",
|
" input \"%s\"\n",
|
||||||
ascii_sample);
|
ascii_sample);
|
||||||
_terminal_debug_print (TERMINAL_DEBUG_ENCODINGS,
|
_terminal_debug_print (TERMINAL_DEBUG_ENCODINGS,
|
||||||
" output \"%s\" bytes read %u written %u\n",
|
" output \"%s\" bytes read %" G_GSIZE_FORMAT " written %" G_GSIZE_FORMAT "\n",
|
||||||
converted ? converted : "(null)", bytes_read, bytes_written);
|
converted ? converted : "(null)", bytes_read, bytes_written);
|
||||||
if (error)
|
if (error)
|
||||||
_terminal_debug_print (TERMINAL_DEBUG_ENCODINGS,
|
_terminal_debug_print (TERMINAL_DEBUG_ENCODINGS,
|
||||||
|
|
Loading…
Reference in New Issue