[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. master/0.9.1-19-g818603c
George Kiagiadakis
gkiagia-guest at alioth.debian.org
Wed Apr 1 21:16:14 UTC 2009
The following commit has been merged in the master branch:
commit 818603ce9b632931a46b1f97ff8c1c65879f79b2
Author: George Kiagiadakis <gkiagia at users.sourceforge.net>
Date: Thu Apr 2 00:14:40 2009 +0300
Revert "Make debugging lstat issues easier."
This patch is wrong, sorry. I was almost sleeping while writing it...
This reverts commit d2981ab15f13771fc6b03405add63aed93736297.
diff --git a/diroperations/recursivedirjob.cpp b/diroperations/recursivedirjob.cpp
index 023b619..0f11e8b 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" << QFile::encodeName(fileName);
+ qWarning() << "lstat failed on" << fileName;
return 0;
}
return buf.st_size;
--
Kaboom - Debian KDE 3->4 migration tool
More information about the pkg-kde-commits
mailing list