mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 08:11:30 +02:00
--- Merging r31982 into '.':
U rtl/objpas/classes/streams.inc --- Recording mergeinfo for merge of r31982 into '.': U . # revisions: 31982 git-svn-id: branches/fixes_3_0@31985 -
This commit is contained in:
parent
0f73688ecb
commit
cde218d81c
@ -190,7 +190,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