SVN commit 704433 by mueller: its a pointer M +1 -1 ksambashare.cpp --- branches/KDE/3.5/kdelibs/kio/kio/ksambashare.cpp #704432:704433 @@ -203,7 +203,7 @@ if ( path[path.length()-1] != '/' ) fixedPath += '/'; - return d->sharedPaths.find(fixedPath) > 0; + return d->sharedPaths.find(fixedPath) != 0; } QStringList KSambaShare::sharedDirectories() const {