* 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:
sergei 2011-01-23 15:52:47 +00:00
parent af020e8ebc
commit 124487b9b2

View File

@ -354,7 +354,7 @@ begin
if not (s[i] in AllowedChars) then
begin
EscapingNecessary := True;
exit;
break;
end;
end;