git-svn-id: trunk@32765 -
This commit is contained in:
michael 2015-12-27 17:07:31 +00:00
parent 8917633199
commit 0042e1d3b8

View File

@ -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;