- Timestamp:
- Aug 31, 2010, 1:00:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/CommandEvaluation.cc
r7238 r7276 53 53 this->numberOfEvaluatedParams_ = 0; 54 54 55 this->tokens_.split(command, " ", SubString::WhiteSpaces, false, '\\', true, '"', true, ' (', ')', true, '\0');55 this->tokens_.split(command, " ", SubString::WhiteSpaces, false, '\\', true, '"', true, '{', '}', true, '\0'); 56 56 } 57 57
Note: See TracChangeset
for help on using the changeset viewer.