diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mudraw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mudraw.c b/apps/mudraw.c index 4fce251d..dcd7dafd 100644 --- a/apps/mudraw.c +++ b/apps/mudraw.c @@ -365,6 +365,7 @@ static void drawpage(fz_context *ctx, fz_document *doc, int pagenum) if (diff > timing.max) { timing.max = diff; + timing.maxpage = pagenum; timing.maxfilename = filename; } timing.total += diff; |