summaryrefslogtreecommitdiff
path: root/source/tools
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-05-05 12:15:42 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-05-05 12:15:42 +0200
commitb72d283cee2eafdfff8fdef4656cf2cde539d535 (patch)
treeaa14820bc553f8258339aac564e6b44ef3e74098 /source/tools
parentedb3a6139ef7424f99ed860c516e9dbe4e644ce7 (diff)
downloadmupdf-b72d283cee2eafdfff8fdef4656cf2cde539d535.tar.xz
Fix 695207: printf format bug in mutool info.
Diffstat (limited to 'source/tools')
-rw-r--r--source/tools/pdfinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tools/pdfinfo.c b/source/tools/pdfinfo.c
index eb99bf03..ff05012f 100644
--- a/source/tools/pdfinfo.c
+++ b/source/tools/pdfinfo.c
@@ -660,7 +660,7 @@ printinfo(globals *glo, char *filename, int show, int page)
int j;
fz_output *out = glo->out;
-#define PAGE_FMT "\t% 5d (% 7d %1d R): "
+#define PAGE_FMT "\t%d\t(%d %d R):\t"
if (show & DIMENSIONS && glo->dims > 0)
{