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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kio/kio
From:       Dirk Mueller <mueller () kde ! org>
Date:       2007-05-28 10:31:30
Message-ID: 1180348290.132337.9121.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 669006 by mueller:

its a pointer, don't use > on it


 M  +1 -1      knfsshare.cpp  


--- branches/KDE/3.5/kdelibs/kio/kio/knfsshare.cpp #669005:669006
@@ -180,7 +180,7 @@
   if ( path[path.length()-1] != '/' )
        fixedPath += '/';
   
-  return d->sharedPaths.find(fixedPath) > 0;
+  return d->sharedPaths.find(fixedPath) != 0;
 }
 
 QStringList KNFSShare::sharedDirectories() const {
[prev in list] [next in list] [prev in thread] [next in thread] 

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