Fixed a problem that was causing -l EXPR to trigger on assertion.
This commit is contained in:
parent
011f35b730
commit
71258f1fe9
1 changed files with 1 additions and 1 deletions
|
|
@ -133,8 +133,8 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual value_t operator()(call_scope_t& args) {
|
virtual value_t operator()(call_scope_t& args) {
|
||||||
handled = true;
|
|
||||||
handler(args);
|
handler(args);
|
||||||
|
handled = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue