mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 12:49:26 +01:00
* FIx compilation with 3.0.4
git-svn-id: trunk@42049 -
This commit is contained in:
parent
58f1a8513b
commit
fdccb0d62f
@ -1871,7 +1871,7 @@ begin
|
||||
sz := sizeof(Buffer)
|
||||
else
|
||||
sz := cb;
|
||||
sz := FStream.Read(buffer, sz);
|
||||
sz := FStream.Read(buffer[0],sz);
|
||||
inc(cbRead, sz);
|
||||
stm.Write(@buffer[0], sz, @sz);
|
||||
inc(cbWritten, sz);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user