* the parameter of WriteWord should be word, not byte :)

git-svn-id: trunk@45269 -
This commit is contained in:
nickysn 2020-05-05 20:35:08 +00:00
parent 5193e8332c
commit 3ab5acccb1

View File

@ -446,7 +446,7 @@ implementation
objdata.writebytes(b,1);
end;
procedure WriteWord(w: byte);
procedure WriteWord(w: word);
var
bytes: array [0..1] of Byte;
begin