diff -r 67a91e28b30f -r 4083860dd82e api.cpp --- a/api.cpp Mon Jun 06 20:27:42 2005 +0000 +++ b/api.cpp Tue Jun 14 09:41:37 2005 +0000 @@ -12,7 +12,7 @@ // Get command re.setPattern ("(.*)\\s"); - re.setMinimal (false); + re.setMinimal (true); pos=re.search (s); if (pos>=0) command=re.cap(1);