gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r3357 - Extractor/src/plugins/pdf


From: grothoff
Subject: [GNUnet-SVN] r3357 - Extractor/src/plugins/pdf
Date: Tue, 5 Sep 2006 16:09:04 -0700 (PDT)

Author: grothoff
Date: 2006-09-05 16:09:02 -0700 (Tue, 05 Sep 2006)
New Revision: 3357

Modified:
   Extractor/src/plugins/pdf/PDFDoc.h
Log:
fixing Mantis 1127 and 1130 (different PDF problems)

Modified: Extractor/src/plugins/pdf/PDFDoc.h
===================================================================
--- Extractor/src/plugins/pdf/PDFDoc.h  2006-09-05 23:07:07 UTC (rev 3356)
+++ Extractor/src/plugins/pdf/PDFDoc.h  2006-09-05 23:09:02 UTC (rev 3357)
@@ -43,7 +43,7 @@
   ~PDFDoc();
 
   // Was PDF document successfully opened?
-  GBool isOk() { return ok; }
+  GBool isOk() { return (xref != NULL) && ok; }
 
   // Get the error code (if isOk() returns false).
   int getErrorCode() { return errCode; }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]