diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2013-03-13 17:30:15 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2013-03-13 17:30:15 +0000 |
| commit | 816331ffe13fafc75693c455ca7018fa841fcfab (patch) | |
| tree | e76e6f7ab0fe789fc0fc715a83c963029af2c928 /src/io | |
| parent | GTK3: fix layout of 'Fill and Stroke' tabs (see bug #1088264) (diff) | |
| download | inkscape-816331ffe13fafc75693c455ca7018fa841fcfab.tar.gz inkscape-816331ffe13fafc75693c455ca7018fa841fcfab.zip | |
cppcheck
(bzr r12201)
Diffstat (limited to 'src/io')
| -rw-r--r-- | src/io/inkjar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/inkjar.cpp b/src/io/inkjar.cpp index 20b164b99..4af140737 100644 --- a/src/io/inkjar.cpp +++ b/src/io/inkjar.cpp @@ -311,7 +311,7 @@ guint8 *JarFile::get_uncompressed_file(guint32 compressed_size, guint32 crc, in_a -= nbytes; #ifdef DEBUG - std::printf("%d bytes written\n", out_a); + std::printf("%u bytes written\n", out_a); #endif } lseek(fd, eflen, SEEK_CUR); |
