mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-15 00:18:30 +02:00
* Fix double WARN infinite loop
git-svn-id: trunk@17864 -
This commit is contained in:
parent
a347381066
commit
d707d38ea1
@ -346,7 +346,9 @@ procedure flushpendingswitchesstate;
|
||||
begin
|
||||
pstate^.next:=current_settings.pmessage;
|
||||
current_settings.pmessage:=fstate;
|
||||
end;
|
||||
pstate:=nil;
|
||||
end
|
||||
else
|
||||
pstate:=pstate^.next;
|
||||
pendingstate.nextmessagerecord:=nil;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user