mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 02:30:29 +02:00
* Fix compiler warning
This commit is contained in:
parent
eaf665e8c4
commit
15b49f4609
@ -108,6 +108,7 @@ Var
|
||||
L : Integer;
|
||||
|
||||
begin
|
||||
Result:='';
|
||||
L:=Length(B);
|
||||
SetLength(Result,L);
|
||||
If L>0 then
|
||||
@ -120,6 +121,7 @@ Var
|
||||
L : Integer;
|
||||
|
||||
begin
|
||||
Result:=[];
|
||||
L:=Length(S);
|
||||
SetLength(Result,L);
|
||||
If L>0 then
|
||||
|
Loading…
Reference in New Issue
Block a user