diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-07-15 21:41:14 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2006-07-15 21:41:14 +0200 |
commit | dd6cd52d013d549febee602704e01b052c28b803 (patch) | |
tree | f14068287b8fbba9773f1b96d422c0cf7d2ad07f | |
parent | 2c0583ae9e3e2a25551e559aa9a0864ee574137a (diff) |
increase initial max_pages to 128
-rw-r--r-- | src/PostscriptDSC.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PostscriptDSC.cxx b/src/PostscriptDSC.cxx index 806a418..41ca466 100644 --- a/src/PostscriptDSC.cxx +++ b/src/PostscriptDSC.cxx @@ -53,7 +53,7 @@ PostscriptDSC::parse(int fd) { int p1 = 0, ps; int i = 0; int bb_read = 0; - int max_pages = 2; + int max_pages = 128; bb_x = 0; bb_y = 0; |