[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-05-07 8:46:33
Message-ID: 1146991593.641992.9573.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 538202 by whuss:

Fix breakage introduced by commit 537234.
Fonts are found again.

CCMAIL: mueller@kde.org

 M  +1 -1      dviFile.cpp  


--- trunk/KDE/kdegraphics/kviewshell/plugins/dvi/dviFile.cpp #538201:538202
@@ -191,7 +191,7 @@
     quint32 scale     = readUINT32();
     quint32 design    = readUINT32();
     quint16 len       = readUINT8() + readUINT8(); // Length of the font name, \
                including the directory name
-    QString fontname((char*)command_pointer);
+    QByteArray fontname((char*)command_pointer, len);
     command_pointer += len;
 
 #ifdef DEBUG_FONTS


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

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