# HG changeset patch # User unc0rr # Date 1293131142 -10800 # Node ID 0167cbb6aee35bbef6a858fa620dfacdb8bf9af8 # Parent 82bf0a0fa8b0427db732935f9224277c22c9f61a Oops, typo diff -r 82bf0a0fa8b0 -r 0167cbb6aee3 hedgewars/uCommands.pas --- 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