summaryrefslogtreecommitdiff
path: root/rose.erl
diff options
context:
space:
mode:
Diffstat (limited to 'rose.erl')
-rw-r--r--rose.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rose.erl b/rose.erl
index a367ee0..908f217 100644
--- a/rose.erl
+++ b/rose.erl
@@ -27,7 +27,7 @@ dispatch({invoke, #'Invoke'{invokeId = Id, opcode = Op, argument = Data}}) ->
{local, 71} ->
ok;
{local, 211} ->
- return(Id, Op, status:status());
+ return(Id, Op, csta:status());
_ ->
error
end;