Fixed a problem that was causing -l EXPR to trigger on assertion.

This commit is contained in:
John Wiegley 2009-02-07 04:55:42 -04:00
parent 011f35b730
commit 71258f1fe9

View file

@ -133,8 +133,8 @@ public:
}
virtual value_t operator()(call_scope_t& args) {
handled = true;
handler(args);
handled = true;
return true;
}
};