mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:00:19 +02:00
parent
8917633199
commit
0042e1d3b8
@ -599,7 +599,7 @@ Var
|
||||
begin
|
||||
S:='';
|
||||
Result:=False;
|
||||
If ((Length(Value)-P)<=0) then
|
||||
If ((Length(Value)-P)<0) then
|
||||
exit;
|
||||
PS:=@Value[P];
|
||||
PC:=PS;
|
||||
|
Loading…
Reference in New Issue
Block a user