* use break instead of classically breaking out of the loop

* fixes 
This commit is contained in:
marcoonthegit 2023-09-16 16:31:07 +02:00
parent 117094b540
commit f8ba9e4760

View File

@ -229,7 +229,7 @@ begin
begin
Move(PBuf^, Buffer[Index], Size);
Inc(Self.Index, Size);
Size := 0;
Break;
end;
end;
end;