--- 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:
joost 2015-10-08 19:48:44 +00:00
parent 0f73688ecb
commit cde218d81c

View File

@ -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