From the author:
Fix a bug when the return values from the overridden sub were lost during the first invocation.
This commit is contained in:
parent
e14f19f42a
commit
eeb8ab80dc
@ -102,6 +102,7 @@ sub override ($$) {
|
||||
eval "*\$name = sub {
|
||||
\\\$repsub2->(
|
||||
\\\$real_addr, \\\@_) };";
|
||||
\@r;
|
||||
}, \@_)
|
||||
};
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user