mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* the parameter of WriteWord should be word, not byte :)
git-svn-id: trunk@45269 -
This commit is contained in:
parent
5193e8332c
commit
3ab5acccb1
@ -446,7 +446,7 @@ implementation
|
|||||||
objdata.writebytes(b,1);
|
objdata.writebytes(b,1);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure WriteWord(w: byte);
|
procedure WriteWord(w: word);
|
||||||
var
|
var
|
||||||
bytes: array [0..1] of Byte;
|
bytes: array [0..1] of Byte;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user