KDE/kdelibs
Alexander Neundorf
neundorf at kde.org
Wed Feb 8 19:18:39 CET 2006
On Wednesday 08 February 2006 12:58, Michael Drüing wrote:
> Another small fix, this time for kded/kbuildsycoca:
> (is there some other place where I should send such small patches?)
>
> -------8<------8<------8<---------
>
> $ svn diff kded
> Index: kded/kbuildsycoca.cpp
> ===================================================================
> --- kded/kbuildsycoca.cpp (revision 507028)
> +++ kded/kbuildsycoca.cpp (working copy)
> @@ -484,7 +484,7 @@
> {
> QString path(sycocaPath());
> #ifdef Q_WS_WIN
> - printf("kbuildsycoca: path='%s'\n", (const char*)path);
> + printf("kbuildsycoca: path='%s'\n", path.toAscii());
> #endif
>
> // KSaveFile first writes to a temp file.
Ok, will commit this soon.
Alex
--
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org - http://www.kde.org
alex AT neundorf.net - http://www.neundorf.net
More information about the Kde-buildsystem
mailing list