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

List:       kde-commits
Subject:    kdevelop/parts/autoproject
From:       CVS by hausmann <kde-cvs () kde ! org>
Date:       2001-04-06 19:52:12
[Download RAW message or body]


kdevelop/parts/autoproject misc.cpp,1.1.1.1,1.2
Author: hausmann
Fri Apr  6 19:52:12 UTC 2001
In directory cvs.kde.org:/var/tmp/cvs-serv19438

Modified Files:
	misc.cpp 
Log Message:
- tab is escaped only once. Otherwise we matched 't' here, which completely
  broke loading of projects with a 't' in their name, like 'test' :-)

@@ -80,7 +80,7 @@ void AutoProjectTool::parseMakefileam(co
         return;
     QTextStream stream(&f);
 
-    KRegExp re("^([A-Za-z][A-Za-z0-9_]*)[ \\t]*:?=[ \\t]*(.*)$");
+    KRegExp re("^([A-Za-z][A-Za-z0-9_]*)[ \t]*:?=[ \t]*(.*)$");
 
     while (!stream.eof()) {
         QString line;

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

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