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

List:       kde-commits
Subject:    KDE/kdebase/runtime/kioslave/man
From:       Stephan Johach <lucardus () onlinehome ! de>
Date:       2006-09-30 20:55:15
Message-ID: 1159649715.479394.547.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 590789 by johach:

make it compile


 M  +3 -1      man2html.cpp  


--- trunk/KDE/kdebase/runtime/kioslave/man/man2html.cpp #590788:590789
@@ -736,7 +736,9 @@
                 QByteArray file(g, h - g + 1);
                 file = file.trimmed();
                 for (int index = 0; includedirs[index]; index++) {
-                    QByteArray str( QByteArray(includedirs[index]) + '/' + file );
+                    QByteArray str( includedirs[index] );
+		    str.append('/');
+		    str.append(file);
                     if (!access(str.data(), R_OK)) {
                         dir = includedirs[index];
                         break;
[prev in list] [next in list] [prev in thread] [next in thread] 

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