summaryrefslogtreecommitdiff
path: root/apps/xpsdraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/xpsdraw.c')
-rw-r--r--apps/xpsdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/xpsdraw.c b/apps/xpsdraw.c
index 8509605c..cbf7f802 100644
--- a/apps/xpsdraw.c
+++ b/apps/xpsdraw.c
@@ -319,7 +319,7 @@ int main(int argc, char **argv)
if (accelerate)
fz_accelerate();
- ctx = fz_new_context(NULL, 0);
+ ctx = fz_new_context(NULL, FZ_STORE_DEFAULT);
if (!ctx)
{
fprintf(stderr, "cannot initialise context\n");