[poppler] poppler/poppler: PDFDoc.cc,1.3,1.4
Albert Astals Cid
aacid at freedesktop.org
Sat Aug 6 21:59:01 EST 2005
Update of /cvs/poppler/poppler/poppler
In directory gabe:/tmp/cvs-serv17680/poppler
Modified Files:
PDFDoc.cc
Log Message:
Update comment
Index: PDFDoc.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/PDFDoc.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PDFDoc.cc 6 Aug 2005 11:47:37 -0000 1.3
+++ PDFDoc.cc 6 Aug 2005 11:58:59 -0000 1.4
@@ -176,7 +176,7 @@
// Check for a %%EOF at the end of this stream
GBool PDFDoc::checkFooter() {
- // we look in the last 7 chars because it can be %%EOF %%EOF\n %%EOF\n\r etc
+ // we look in the last 1024 chars because Adobe does the same
char *eof = new char[1025];
int pos = str->getPos();
str->setPos(1024, -1);
More information about the poppler
mailing list