mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 01:38:03 +02:00
* Write byte dyn array
This commit is contained in:
parent
5e641960ac
commit
98f6c64f82
@ -822,7 +822,7 @@ implementation
|
||||
calledentries:=tbitset.create_bytesize(len);
|
||||
if (len <> calledentries.datasize) then
|
||||
internalerror(2009060301);
|
||||
ppufile.readdata(calledentries.data^,len);
|
||||
ppufile.readdata(calledentries.data);
|
||||
end;
|
||||
|
||||
|
||||
@ -837,7 +837,7 @@ implementation
|
||||
begin
|
||||
ppufile.putderef(objdefderef);
|
||||
ppufile.putlongint(calledentries.datasize);
|
||||
ppufile.putdata(calledentries.data^,calledentries.datasize);
|
||||
ppufile.putdata(calledentries.data);
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user