[poppler] poppler/poppler: GlobalParams.cc,1.20,1.21

Albert Astals Cid aacid at kemper.freedesktop.org
Sat Apr 28 08:39:39 PDT 2007


Update of /cvs/poppler/poppler/poppler
In directory kemper:/tmp/cvs-serv12191/poppler

Modified Files:
	GlobalParams.cc 
Log Message:
\n at the end of the printf
Although i'm not sure we want to printf this...


Index: GlobalParams.cc
===================================================================
RCS file: /cvs/poppler/poppler/poppler/GlobalParams.cc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- GlobalParams.cc	25 Apr 2007 19:59:10 -0000	1.20
+++ GlobalParams.cc	28 Apr 2007 15:39:36 -0000	1.21
@@ -685,7 +685,7 @@
 }
 
 void GlobalParams::parseNameToUnicode(GooString *name) {
-printf("PARSING %s", name->getCString());
+printf("PARSING %s\n", name->getCString());
   char *tok1, *tok2;
   FILE *f;
   char buf[256];



More information about the poppler mailing list