[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdegraphics/kviewshell/plugins/dvi
From:       Wilfried Huss <Wilfried.Huss () gmx ! at>
Date:       2006-06-24 20:13:53
Message-ID: 1151180033.101646.17892.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 554696 by whuss:

Fix my last commit.

 M  +1 -1      fontEncoding.cpp  


--- trunk/KDE/kdegraphics/kviewshell/plugins/dvi/fontEncoding.cpp #554695:554696
@@ -73,7 +73,7 @@
 #endif
 
     fileContent = fileContent.section('[', 1, 1).section(']',0,0).simplified();
-    QStringList glyphNameList = fileContent.split('/');
+    QStringList glyphNameList = fileContent.split('/', QString::SkipEmptyParts);
 
     int i = 0;
     for ( QStringList::Iterator it = glyphNameList.begin(); (it != \
glyphNameList.end())&&(i<256); ++it ) {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic