Fix value of $source typemap parameter

This is only present for ancient compatibility so nothing actually
tests it works.
This commit is contained in:
Olly Betts 2021-03-31 10:57:34 +13:00
commit 46ef0eb9a1

View file

@ -1367,7 +1367,7 @@ public:
}
if ((tm = Getattr(p, "tmap:in"))) {
Replaceall(tm, "$source", &source);
Replaceall(tm, "$source", source);
Replaceall(tm, "$target", ln);
Replaceall(tm, "$input", source);
if (paramType_valid) {