mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 11:08:02 +02:00
* Fix typo, missing brackets
This commit is contained in:
parent
0e3b8cca8c
commit
121f6fce22
@ -1131,7 +1131,7 @@ begin
|
||||
if ALength> k then
|
||||
ALength:=k;
|
||||
SetLength(Result,i+j-ALength);
|
||||
move (AText[1],result[1],AStart-1*SizeOf(Char));
|
||||
move (AText[1],result[1],(AStart-1)*SizeOf(Char));
|
||||
move (ASubText[1],result[AStart],j*SizeOf(Char));
|
||||
move (AText[AStart+ALength], Result[AStart+j],(i+1-AStart-ALength)*SizeOf(Char));
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user