From 03774c4e3033235d7fab446c6a6d8a9cf3ce4803 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 29 Oct 2015 10:16:46 +0100 Subject: Move status into csta --- rose.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rose.erl') 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; -- cgit v1.2.3