KDE/kdelibs
Michael Drüing
michael at drueing.de
Thu Feb 9 02:49:30 CET 2006
Hi,
as David suggests this should rather be
qPrintable(path)
instead of
path.toAscii()
just in case you missed that mail...
--Michael
> -----Original Message-----
> From: Alexander Neundorf [mailto:neundorf at kde.org]
> Sent: Wednesday, February 08, 2006 7:19 PM
> To: kde-buildsystem at kde.org
> Subject: Re: KDE/kdelibs
>
> 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
> _______________________________________________
> Kde-buildsystem mailing list
> Kde-buildsystem at kde.org
> https://mail.kde.org/mailman/listinfo/kde-buildsystem
>
More information about the Kde-buildsystem
mailing list