mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 04:50:30 +02:00
Add missing token buffer index update for ST_LOADMESSAGES handling
This commit is contained in:
parent
6f5c6ac410
commit
2ed2ca5cf0
@ -2722,6 +2722,7 @@ begin
|
||||
end;
|
||||
ST_LOADMESSAGES:
|
||||
begin
|
||||
inc(tbi);
|
||||
mesgnb:=gettokenbufsizeint;;
|
||||
writeln([space,mesgnb,' messages: ']);
|
||||
for nb:=1 to mesgnb do
|
||||
|
Loading…
Reference in New Issue
Block a user