From aaf451799bb046b6758a73fdb3c8fb88692ac776 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 11 Jan 2012 23:27:22 +0100 Subject: Use enum for FZ_STORE_DEFAULT default size. --- apps/pdfshow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/pdfshow.c') diff --git a/apps/pdfshow.c b/apps/pdfshow.c index ec2fedbd..a84e962b 100644 --- a/apps/pdfshow.c +++ b/apps/pdfshow.c @@ -198,7 +198,7 @@ int main(int argc, char **argv) filename = argv[fz_optind++]; - ctx = fz_new_context(NULL, 0); + ctx = fz_new_context(NULL, FZ_STORE_UNLIMITED); if (!ctx) { fprintf(stderr, "cannot initialise context\n"); -- cgit v1.2.3