[poppler] poppler/qt: poppler-document.cc,1.7,1.8

Albert Astals Cid aacid at kemper.freedesktop.org
Mon Mar 20 12:07:38 PST 2006


Update of /cvs/poppler/poppler/qt
In directory kemper:/tmp/cvs-serv6367/qt

Modified Files:
	poppler-document.cc 
Log Message:
Use UGooString for dates, fixes KDE bug 123938


Index: poppler-document.cc
===================================================================
RCS file: /cvs/poppler/poppler/qt/poppler-document.cc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- poppler-document.cc	18 Jan 2006 22:32:13 -0000	1.7
+++ poppler-document.cc	20 Mar 2006 20:07:36 -0000	1.8
@@ -223,7 +223,7 @@
 
   if ( infoDict->lookup( (char*)type.latin1(), &obj )->isString() )
   {
-    s = obj.getString()->getCString();
+    s = UGooString(*obj.getString()).getCString();
     if ( s[0] == 'D' && s[1] == ':' )
       s += 2;
     /* FIXME process time zone on systems that support it */  



More information about the poppler mailing list