terminal-encoding: Remove -Wformat warning

rbuj 2020-04-18 13:01:17 +02:00 committed by raveit65
parent 5324e00cf1
commit 8e6ba94897
1 changed files with 1 additions and 1 deletions

View File

@ -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,