From dd6cd52d013d549febee602704e01b052c28b803 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Sat, 15 Jul 2006 21:41:14 +0200 Subject: increase initial max_pages to 128 --- src/PostscriptDSC.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3