mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 19:59:29 +02:00
* use break instead of classically breaking out of the loop
* fixes #40435
This commit is contained in:
parent
117094b540
commit
f8ba9e4760
@ -229,7 +229,7 @@ begin
|
||||
begin
|
||||
Move(PBuf^, Buffer[Index], Size);
|
||||
Inc(Self.Index, Size);
|
||||
Size := 0;
|
||||
Break;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user