summaryrefslogtreecommitdiff
path: root/platform/x11/jstest_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-07-22 15:13:05 +0200
committerTor Andersson <tor.andersson@artifex.com>2014-07-22 15:13:05 +0200
commit25f7f4187a63e7c04b0b22a8c732894f94732854 (patch)
treec0480250a692d48fb5cae64f18116b7d19d87c80 /platform/x11/jstest_main.c
parent3915f748c84d358ba90b60993db62d2606e9e789 (diff)
downloadmupdf-25f7f4187a63e7c04b0b22a8c732894f94732854.tar.xz
Set default output filename in mujstest.
Diffstat (limited to 'platform/x11/jstest_main.c')
-rw-r--r--platform/x11/jstest_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/jstest_main.c b/platform/x11/jstest_main.c
index 809f818f..2188855d 100644
--- a/platform/x11/jstest_main.c
+++ b/platform/x11/jstest_main.c
@@ -14,7 +14,7 @@ static pdfapp_t gapp;
static int file_open = 0;
static char filename[1024] = "";
static char *scriptname;
-static char *output = NULL;
+static char *output = "out%03d.png";
static char *prefix = NULL;
static int shotcount = 0;
static int verbosity = 0;