1.1 --- a/api.cpp Mon Jun 06 20:27:42 2005 +0000
1.2 +++ b/api.cpp Fri Jul 08 07:24:42 2005 +0000
1.3 @@ -12,7 +12,7 @@
1.4
1.5 // Get command
1.6 re.setPattern ("(.*)\\s");
1.7 - re.setMinimal (false);
1.8 + re.setMinimal (true);
1.9 pos=re.search (s);
1.10 if (pos>=0)
1.11 command=re.cap(1);