freebsd-ports/devel/kdesvn-kde4/files/patch-src-svnqt-dirent.cpp
Cheng-Lung Sung b91aa80177 - update to 0.9.0
PR:		ports/100730
Submitted by:	maintainer
2006-07-23 03:43:54 +00:00

11 lines
508 B
C++

--- src/svnqt/dirent.cpp.orig Fri Apr 28 16:50:10 2006
+++ src/svnqt/dirent.cpp Fri Apr 28 16:50:28 2006
@@ -54,7 +54,7 @@
hasProps (dirEntry->has_props != 0),
createdRev (dirEntry->created_rev), time (dirEntry->time), m_Lock()
{
- lastAuthor = dirEntry->last_author == 0 ? "" : QString::FROMUTF8(dirEntry->last_author);
+ lastAuthor = dirEntry->last_author == 0 ? QString::fromLatin1("") : QString::FROMUTF8(dirEntry->last_author);
}
Data (const DirEntry & src)