mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-17 23:09:43 +02:00
parent
5cb2d10c9a
commit
2c24153736
@ -186,7 +186,7 @@ end;
|
||||
begin
|
||||
t:=0;
|
||||
repeat
|
||||
r:=Read(PByte(@Buffer)[t],Count);
|
||||
r:=Read(PByte(@Buffer)[t],Count-t);
|
||||
inc(t,r);
|
||||
until (t=Count) or (r<=0);
|
||||
if (t<Count) then
|
||||
|
Loading…
Reference in New Issue
Block a user