From 8c335639d2baae339c6fef30215c334c8740ae2c Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 29 Oct 2015 07:35:05 +0100 Subject: Simplify --- tda.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tda.erl') diff --git a/tda.erl b/tda.erl index 3008b5e..e030a57 100644 --- a/tda.erl +++ b/tda.erl @@ -14,10 +14,10 @@ stop() -> tdaPid ! acse:release(). ext() -> - tdaPid ! rose:invoke({present, 2}, {local, 51}, csta:ext_lines()). + tdaPid ! rose:invoke({present, 2}, {local, 51}, csta:lines(ext)). co() -> - tdaPid ! rose:invoke({present, 2}, {local, 51}, csta:co_lines()). + tdaPid ! rose:invoke({present, 2}, {local, 51}, csta:lines(co)). client({dial, Host, Port}) -> io:format("Dial ~p:~p~n", [Host, Port]), -- cgit v1.2.3