* Solved problem with uninitialized variable

git-svn-id: trunk@17125 -
This commit is contained in:
joost 2011-03-12 22:13:08 +00:00
parent cf4c00e8d6
commit 4ac545752c

View File

@ -365,6 +365,7 @@ Var
begin
I:=1;
ShowBuiltinCommand := False;
While( I<=ParamCount) do
begin
S:=Paramstr(i);