summaryrefslogtreecommitdiff
path: root/src/rose.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rose.erl')
-rw-r--r--src/rose.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rose.erl b/src/rose.erl
index 6ec035a..4b671f5 100644
--- a/src/rose.erl
+++ b/src/rose.erl
@@ -59,7 +59,7 @@ dispatch({reject, #'Reject'{invokeId = Id, problem = Problem}}) ->
dispatch(#'ReturnResult_result'{opcode = Op, result = Data}) ->
case Op of
?MAKECALL ->
- {ok, Result} = make_call:decode(Data),
+ {ok, Result} = dial:decode(Data),
io:format("Make call: ~p~n", [Result]);
?BUTTON ->
{ok, List} = button:decode(Data),