mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 08:49:38 +02:00
Fix handling of ST_LOADMESSAGES token
This commit is contained in:
parent
81157e9846
commit
bc1c93c05f
@ -2722,15 +2722,12 @@ begin
|
||||
end;
|
||||
ST_LOADMESSAGES:
|
||||
begin
|
||||
inc(tbi);
|
||||
mesgnb:=tokenbuf[tbi];
|
||||
mesgnb:=gettokenbufsizeint;;
|
||||
writeln([space,mesgnb,' messages: ']);
|
||||
inc(tbi);
|
||||
for nb:=1 to mesgnb do
|
||||
begin
|
||||
msgvalue:=gettokenbufsizeint;
|
||||
//inc(tbi,sizeof(sizeint));
|
||||
state:=tmsgstate(gettokenbufsizeint);
|
||||
msgvalue:=gettokenbuflongint;
|
||||
state:=tmsgstate(gettokenbuflongint);
|
||||
writeln(['#',msgvalue,' ',state]);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user