[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. master/0.9.1-16-gd2981ab

George Kiagiadakis gkiagia-guest at alioth.debian.org
Tue Mar 31 22:15:06 UTC 2009


The following commit has been merged in the master branch:
commit d2981ab15f13771fc6b03405add63aed93736297
Author: George Kiagiadakis <gkiagia at users.sourceforge.net>
Date:   Wed Apr 1 01:14:35 2009 +0300

    Make debugging lstat issues easier.

diff --git a/diroperations/recursivedirjob.cpp b/diroperations/recursivedirjob.cpp
index 0f11e8b..023b619 100644
--- a/diroperations/recursivedirjob.cpp
+++ b/diroperations/recursivedirjob.cpp
@@ -127,7 +127,7 @@ static quint64 stat_size(const QString & fileName)
     struct stat buf;
     if ( ::lstat(QFile::encodeName(fileName), &buf) != 0 ) {
         perror("lstat");
-        qWarning() << "lstat failed on" << fileName;
+        qWarning() << "lstat failed on" << QFile::encodeName(fileName);
         return 0;
     }
     return buf.st_size;

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list