mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
* Use WriteBuffer when writing (bug ID 0036068)
git-svn-id: trunk@42975 -
This commit is contained in:
parent
fbe36d91da
commit
a6a39d2ce4
@ -1046,7 +1046,7 @@ begin
|
||||
Count:=C.Read(Buf^,FBufferSize);
|
||||
For I:=0 to Count-1 do
|
||||
UpdC32(Buf[i]);
|
||||
FOutFile.Write(Buf^,Count);
|
||||
FOutFile.WriteBuffer(Buf^,Count);
|
||||
inc(BytesNow,Count);
|
||||
if BytesNow>NextMark Then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user