mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* Solved problem with uninitialized variable
git-svn-id: trunk@17125 -
This commit is contained in:
parent
cf4c00e8d6
commit
4ac545752c
@ -365,6 +365,7 @@ Var
|
||||
|
||||
begin
|
||||
I:=1;
|
||||
ShowBuiltinCommand := False;
|
||||
While( I<=ParamCount) do
|
||||
begin
|
||||
S:=Paramstr(i);
|
||||
|
Loading…
Reference in New Issue
Block a user