author | unc0rr |
Thu, 23 Dec 2010 22:05:42 +0300 | |
changeset 4650 | 0167cbb6aee3 |
parent 4649 | 82bf0a0fa8b0 |
child 4651 | ed23eba1a369 |
--- a/hedgewars/uCommands.pas Thu Dec 23 22:01:19 2010 +0300 +++ b/hedgewars/uCommands.pas Thu Dec 23 22:05:42 2010 +0300 @@ -60,7 +60,7 @@ if c in ['/', '$'] then Delete(CmdStr, 1, 1) else c:= '/'; s:= ''; SplitBySpace(CmdStr, s); -{$IFDEF DEBUGFILE}AddFileLog('[Cmd] ' + c + CmdStr + ' (' + inttostr(length(CmdStr)) + ')');{$ENDIF} +{$IFDEF DEBUGFILE}AddFileLog('[Cmd] ' + c + CmdStr + ' (' + inttostr(length(s)) + ')');{$ENDIF} t:= Variables; while t <> nil do begin