From a74ae226b28937eb4609f890aa53afa18224baba Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 5 Feb 2012 19:17:56 +1000 Subject: Complete the separation of the guts of luaproc message sending from the Lua wrapper. --- LuaSL/src/LuaSL_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LuaSL/src') diff --git a/LuaSL/src/LuaSL_main.c b/LuaSL/src/LuaSL_main.c index 5f48c5e..d6485df 100644 --- a/LuaSL/src/LuaSL_main.c +++ b/LuaSL/src/LuaSL_main.c @@ -123,7 +123,7 @@ static void dirList_quit(const char *name, const char *path, void *data) snprintf(buf, sizeof(buf), "%s/%s.events", path, name); // PD("Quitting Lua script %s", buf); - status = sendToChannel(buf, "quit()"); + status = sendToChannel(buf, "quit()", NULL, NULL); if (status) PE("Error trying to kill script %s : %s", buf, status); } -- cgit v1.1