* for variant dispatch calls, use the parameter name in source case, not upper case

git-svn-id: trunk@49480 -
This commit is contained in:
svenbarth 2021-06-05 17:43:53 +00:00
parent 7330a0156c
commit 6e4984184b

View File

@ -2989,7 +2989,7 @@ implementation
(token=_ASSIGNMENT) then
begin
found_arg_name:=true;
p1:=cstringconstnode.createstr(storedpattern);
p1:=cstringconstnode.createstr(orgstoredpattern);
consume(_ASSIGNMENT);
exit;
end;