diff options
author | Alex Cherepanov <alex.cherepanov@artifex.com> | 2001-04-07 01:47:00 +0000 |
---|---|---|
committer | Alex Cherepanov <alex.cherepanov@artifex.com> | 2001-04-07 01:47:00 +0000 |
commit | 8904c95e1407eb57b8759cddd84949447661310b (patch) | |
tree | 082a902ed90304c5f62bf9442650a98ff3c0b2bd | |
parent | 537fac7ab7cd0ec069d938b7ef6519a75f033c35 (diff) |
Fix: A comment is corrected to match the source.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@1398 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r-- | gs/lib/pdf_main.ps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/lib/pdf_main.ps b/gs/lib/pdf_main.ps index 4c949604f..09fa85a14 100644 --- a/gs/lib/pdf_main.ps +++ b/gs/lib/pdf_main.ps @@ -270,7 +270,7 @@ pdfdict begin /findxref { % - findxref <xrefpos> PDFfile dup dup 0 setfileposition bytesavailable dup /PDFfilelen exch def - % Find the last %%EOF string (within 2048 bytes) + % Find the last %%EOF string (within 4096 bytes) 4096 sub PDFoffset .max 2 copy setfileposition PDFfilelen exch sub string 1 index exch readstring pop { |