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

List:       kde-commits
Subject:    kdesupport/kdewin32/installer/shared
From:       Ralf Habacker <Ralf.Habacker () freenet ! de>
Date:       2007-02-22 20:11:45
Message-ID: 1172175105.979261.16702.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 636323 by habacker:

- mingw32 compile fix

 M  +2 -2      misc.cpp  


--- trunk/kdesupport/kdewin32/installer/shared/misc.cpp #636322:636323
@@ -234,7 +234,7 @@
             QDir d(dir);
             if(!d.exists()) {
                 if(!d.mkdir(dir)) {
-                    qDebug() << "Can't create directory " << d;
+                    qDebug() << "Can't create directory " << d.absolutePath();
                     continue;
                 }
             }
@@ -242,7 +242,7 @@
             QFile f(pathLink);
             if(f.exists()) {
                 if(!f.remove()) {
-                    qDebug() << "Can't remove already existant file " << d;
+                    qDebug() << "Can't remove already existant file " << d.absolutePath();
                     continue;
                 }
             }
[prev in list] [next in list] [prev in thread] [next in thread] 

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