* Use WriteBuffer when writing (bug ID 0036068)

git-svn-id: trunk@42975 -
This commit is contained in:
michael 2019-09-12 05:37:30 +00:00
parent fbe36d91da
commit a6a39d2ce4

View File

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