[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: KDE/kdelibs/kdecore/kconfig_compiler
From:       André_Wöbbeking <Woebbeking () kde ! org>
Date:       2006-10-31 7:44:53
Message-ID: 200610310844.54157.Woebbeking () kde ! org
[Download RAW message or body]

On Tuesday 31 October 2006 01:07, Michel Hermier wrote:
> SVN commit 600565 by hermier:
>
> Fix compilation (introduced in #600538)
>
>  M  +2 -2      kconfig_compiler.cpp
>
>
> --- trunk/KDE/kdelibs/kdecore/kconfig_compiler/kconfig_compiler.cpp
> #600564:600565 @@ -306,8 +306,8 @@
>
>  static void addQuotes( QString &s )
>  {
> -  if ( !s.startsWith( '"' ) s.prepend( '"' );
> -  if ( !s.endsWith( '"' ) s.append( '"' );
> +  if ( !s.startsWith( '"' ) ) s.prepend( '"' );
> +  if ( !s.endsWith( '"' ) ) s.append( '"' );

Thanks, I thougt I had compiled that code :-(
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic