From b72d283cee2eafdfff8fdef4656cf2cde539d535 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 5 May 2014 12:15:42 +0200 Subject: Fix 695207: printf format bug in mutool info. --- source/tools/pdfinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tools') 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) { -- cgit v1.2.3