diff options
| author | root <root@jtx.marker.es> | 2013-03-16 20:28:39 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-03-16 20:28:39 +0000 |
| commit | dc88806b0778f65a3f16071c9782d607cc735dda (patch) | |
| tree | ac560318c8a3bb2ac244edba6511082bb06cac34 /src/io/inkjar.cpp | |
| parent | Updating original path (diff) | |
| parent | Fix another tonne of forward declaration tags (diff) | |
| download | inkscape-dc88806b0778f65a3f16071c9782d607cc735dda.tar.gz inkscape-dc88806b0778f65a3f16071c9782d607cc735dda.zip | |
widget working not compile
(bzr r11950.1.54)
Diffstat (limited to 'src/io/inkjar.cpp')
| -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); |
