api.cpp
changeset 106 4083860dd82e
parent 105 67a91e28b30f
child 132 fd7f08a85971
     1.1 --- a/api.cpp	Mon Jun 06 20:27:42 2005 +0000
     1.2 +++ b/api.cpp	Tue Jun 14 09:41:37 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);