Fix value of $source typemap parameter
This is only present for ancient compatibility so nothing actually tests it works.
This commit is contained in:
parent
3b1cc00566
commit
46ef0eb9a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue