diff -r 67a91e28b30f -r ebfc893dde31 api.cpp --- a/api.cpp Mon Jun 06 20:27:42 2005 +0000 +++ b/api.cpp Wed Jul 13 10:22:14 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);