mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 23:09:32 +01:00
* xmlcfg.pp, changed 'exit' to 'break' so that function won't exit without result assigned, Mantis #18589
git-svn-id: trunk@16803 -
This commit is contained in:
parent
af020e8ebc
commit
124487b9b2
@ -354,7 +354,7 @@ begin
|
||||
if not (s[i] in AllowedChars) then
|
||||
begin
|
||||
EscapingNecessary := True;
|
||||
exit;
|
||||
break;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user