mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 12:09:33 +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
|
if not (s[i] in AllowedChars) then
|
||||||
begin
|
begin
|
||||||
EscapingNecessary := True;
|
EscapingNecessary := True;
|
||||||
exit;
|
break;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user