Fix ReadParameters not setting parameter parser positions even though ValidateParameters does use them.

This commit is contained in:
Martijn Laan 2020-12-10 15:37:56 +01:00
parent d0c71ab36d
commit 689b7a3ac2
No known key found for this signature in database
GPG Key ID: 9F8C8C5DDA579626

View File

@ -9132,6 +9132,7 @@ begin
result := false;
exit;
end;
Val.SetParserPos(FParser);
end;
if FParser.CurrTokenId = cr then
begin