aboutsummaryrefslogtreecommitdiff
path: root/devel/kdesvn-kde4/files/patch-src-svnqt-wc.cpp
blob: 366cc796a2cbc603d299b7076686f4aa3b66b3d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/svnqt/wc.cpp.orig	Sat Apr 29 00:58:38 2006
+++ src/svnqt/wc.cpp	Sat Apr 29 00:59:21 2006
@@ -96,7 +96,7 @@
     if (error!=0) {
         throw ClientException(error);
     }
-    result = entry?QString::fromUtf8(entry->url):"";
+    result = entry ? QString::fromUtf8(entry->url) : QString::fromLatin1("");
 
     return result;
   }