summaryrefslogtreecommitdiff
path: root/apps/pdfextract.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-12-20 00:52:43 +0000
committerTor Andersson <tor@ghostscript.com>2010-12-20 00:52:43 +0000
commit710be0599f68a309f34e57799379827d8d91c3af (patch)
treea548c83003795b37e0ea27d8dba0550cf6c50032 /apps/pdfextract.c
parentc11468d5c6bb1ccdc57122497d34af67bba279f5 (diff)
downloadmupdf-710be0599f68a309f34e57799379827d8d91c3af.tar.xz
Only use colorspace resource dictionary for inline images.
Diffstat (limited to 'apps/pdfextract.c')
-rw-r--r--apps/pdfextract.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfextract.c b/apps/pdfextract.c
index 724bccb9..fa515638 100644
--- a/apps/pdfextract.c
+++ b/apps/pdfextract.c
@@ -47,7 +47,7 @@ static void saveimage(int num)
/* TODO: detect DCTD and save as jpeg */
- error = pdf_loadimage(&img, xref, nil, ref);
+ error = pdf_loadimage(&img, xref, ref);
if (error)
die(error);