[poppler] poppler/utils: pdftoabw.cc,1.2,1.3

Jeff Muizelaar jrmuizel at kemper.freedesktop.org
Sat Apr 7 14:12:38 PDT 2007


Update of /cvs/poppler/poppler/utils
In directory kemper:/tmp/cvs-serv24660/utils

Modified Files:
	pdftoabw.cc 
Log Message:
2007-04-07  Jeff Muizelaar  <jeff at infidigm.net>

	* utils/pdftoabw.cc: Fixing passing the wrong type
	to fprintf. Patch by Kouhei Sutou. Fixes #10554.


Index: pdftoabw.cc
===================================================================
RCS file: /cvs/poppler/poppler/utils/pdftoabw.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pdftoabw.cc	6 Apr 2007 15:27:52 -0000	1.2
+++ pdftoabw.cc	7 Apr 2007 21:12:36 -0000	1.3
@@ -109,7 +109,7 @@
 
   if (!doc || !doc->isOk())
     {
-      fprintf (stderr, "Error opening PDF %s\n", fileName);
+      fprintf (stderr, "Error opening PDF %s\n", fileName->getCString());
       goto error;
     }
 



More information about the poppler mailing list