[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
- Previous message: [poppler] poppler/qt4/src: Makefile.am, 1.19,
1.20 poppler-document.cc, 1.36, 1.37 poppler-ps-converter.cc,
NONE, 1.1 poppler-qt4.h, 1.51, 1.52
- Next message: [poppler]
poppler/splash: Splash.cc, 1.11, 1.12 SplashBitmap.cc, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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];
- Previous message: [poppler] poppler/qt4/src: Makefile.am, 1.19,
1.20 poppler-document.cc, 1.36, 1.37 poppler-ps-converter.cc,
NONE, 1.1 poppler-qt4.h, 1.51, 1.52
- Next message: [poppler]
poppler/splash: Splash.cc, 1.11, 1.12 SplashBitmap.cc, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list