diff options
Diffstat (limited to 'apps/xpsdraw.c')
-rw-r--r-- | apps/xpsdraw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/xpsdraw.c b/apps/xpsdraw.c index 930185ae..04c43053 100644 --- a/apps/xpsdraw.c +++ b/apps/xpsdraw.c @@ -320,7 +320,7 @@ int main(int argc, char **argv) if (accelerate) fz_accelerate(); - ctx = fz_new_context(&fz_alloc_default, 256<<20); + ctx = fz_new_context(NULL, 0); if (!ctx) { fprintf(stderr, "cannot initialise context\n"); |