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

List:       kde-commits
Subject:    branches/kdevelop/3.4/buildtools/custommakefiles
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-03-15 21:52:47
Message-ID: 1173995567.881028.17907.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 642943 by apaku:

Fix a small error in blacklist path handling
Thanks to cedric for the patch


 M  +1 -1      customprojectpart.cpp  


--- branches/kdevelop/3.4/buildtools/custommakefiles/customprojectpart.cpp #642942:642943
@@ -1554,7 +1554,7 @@
     QString parentpath;
     for( QStringList::const_iterator it = paths.begin(); it != paths.end(); ++it )
     {
-        parentpath = *it;
+        parentpath += *it;
         if( blacklist.find( parentpath ) != blacklist.end() )
             return true;
         parentpath = parentpath + "/";
[prev in list] [next in list] [prev in thread] [next in thread] 

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