summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-10-18 12:49:47 +0000
committerTor Andersson <tor@ghostscript.com>2010-10-18 12:49:47 +0000
commit5426bcca836e1356645a1e9bb6c9e8766a6bd98e (patch)
tree3a7d03d8cd24623e4eb2021ad5cb1947b3e0a4a1
parent166a98b226b161fe25bfab93f22d48f7a191d583 (diff)
downloadmupdf-5426bcca836e1356645a1e9bb6c9e8766a6bd98e.tar.xz
Bump the q/Q nesting limit to 64 (spec only requires 28) to cope with a file that exceeded the old limit.
-rw-r--r--mupdf/mupdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mupdf/mupdf.h b/mupdf/mupdf.h
index dc86ecfd..66fdf9a4 100644
--- a/mupdf/mupdf.h
+++ b/mupdf/mupdf.h
@@ -608,7 +608,7 @@ struct pdf_csi_s
/* graphics state */
fz_matrix topctm;
- pdf_gstate gstate[32];
+ pdf_gstate gstate[64];
int gtop;
};