From 5fb01f65ad88fcac24444dc4bb57f5ed8fee67b5 Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Wed, 2 Sep 2015 09:04:31 -0700 Subject: Fix broken build due to mudraw not being updated for changes to gproof creation --- source/tools/mudraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tools/mudraw.c b/source/tools/mudraw.c index 693f6f90..e15c09b0 100644 --- a/source/tools/mudraw.c +++ b/source/tools/mudraw.c @@ -1096,7 +1096,7 @@ int mudraw_main(int argc, char **argv) fz_printf(ctx, out, "\n", filename); if (output_format == OUT_GPROOF) { - fz_write_gproof_file(ctx, filename, doc, output, resolution); + fz_write_gproof_file(ctx, filename, doc, output, resolution, "", ""); } else { -- cgit v1.2.3