diff options
author | rbuj <[email protected]> | 2020-04-18 13:01:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-05-01 15:11:53 +0200 |
commit | 8e6ba94897834455fe240b5cda1a0606a15c98f2 (patch) | |
tree | fe93da4cbb418fbbf9e89dfbf82e3400dd123dab /src | |
parent | 5324e00cf15ffd87d631bb4e2e0317daeb1014e1 (diff) | |
download | mate-terminal-8e6ba94897834455fe240b5cda1a0606a15c98f2.tar.bz2 mate-terminal-8e6ba94897834455fe240b5cda1a0606a15c98f2.tar.xz |
terminal-encoding: Remove -Wformat warning
Diffstat (limited to 'src')
-rw-r--r-- | src/terminal-encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/terminal-encoding.c b/src/terminal-encoding.c index d0ebac2..ae7bab9 100644 --- a/src/terminal-encoding.c +++ b/src/terminal-encoding.c @@ -248,7 +248,7 @@ terminal_encoding_is_valid (TerminalEncoding *encoding) " input \"%s\"\n", ascii_sample); _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); if (error) _terminal_debug_print (TERMINAL_DEBUG_ENCODINGS, |