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

List:       kde-commits
Subject:    branches/KDE/3.5/kdeutils/ark
From:       Adriaan de Groot <groot () kde ! org>
Date:       2005-12-19 20:50:40
Message-ID: 1135025440.306538.19240.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 489821 by adridg:

Using C99-style boolean operator keywords is a no-no for gcc 2.95 compatibility.

CCMAIL: kde@freebsd.org


 M  +1 -1      filelistview.cpp  


--- branches/KDE/3.5/kdeutils/ark/filelistview.cpp #489820:489821
@@ -260,7 +260,7 @@
 				 * the next item is the next sibling of its parent, and so on.
 				 */
 				FileLVI *nitem = static_cast<FileLVI*>( item->nextSibling() );
-				while ( !nitem and item->parent() )
+				while ( !nitem && item->parent() )
 				{
 					item = static_cast<FileLVI*>( item->parent() );
 					nitem = static_cast<FileLVI*>( item->parent()->nextSibling() );
[prev in list] [next in list] [prev in thread] [next in thread] 

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