Changeset 1237 for 1.8.3/branches
- Timestamp:
- 06/20/08 12:28:19 (2 months ago)
- Files:
-
- 1.8.3/branches/devel/src/command.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/src/command.c
r1208 r1237 913 913 while (*f == ' ') 914 914 f++; 915 process_expression(to, &t, (const char **) &f, player, cause, cause, 916 parse, (split | args), NULL); 915 if (process_expression(to, &t, (const char **) &f, player, cause, cause, 916 parse, (split | args), NULL)) { 917 done = 1; 918 } 917 919 *t = '\0'; 918 920 if (args) {
