diff options
author | David Walter Seikel | 2014-05-16 10:39:36 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-16 10:39:36 +1000 |
commit | b4391eb19747f945e20dcbd67e28107ef28f1ae3 (patch) | |
tree | 0f0f040c4e415f3f1acde61535ef1b45a4c359fd /src | |
parent | Slightly better faked llDialog(), plus remove newlines from the callers, sinc... (diff) | |
download | SledjHamr-b4391eb19747f945e20dcbd67e28107ef28f1ae3.zip SledjHamr-b4391eb19747f945e20dcbd67e28107ef28f1ae3.tar.gz SledjHamr-b4391eb19747f945e20dcbd67e28107ef28f1ae3.tar.bz2 SledjHamr-b4391eb19747f945e20dcbd67e28107ef28f1ae3.tar.xz |
TODO++
Diffstat (limited to 'src')
-rw-r--r-- | src/extantz/extantz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c index e66750c..87ea40e 100644 --- a/src/extantz/extantz.c +++ b/src/extantz/extantz.c | |||
@@ -62,6 +62,7 @@ static Eina_Bool _data(void *data, int type, Ecore_Con_Event_Server_Data *ev) | |||
62 | _M = lua_gettop(ourGlobals->purkle->L); | 62 | _M = lua_gettop(ourGlobals->purkle->L); |
63 | push_lua(ourGlobals->purkle->L, "@ ( $ )", _M, "append", buf, 0); | 63 | push_lua(ourGlobals->purkle->L, "@ ( $ )", _M, "append", buf, 0); |
64 | PI("Dialog from %s - %s", SID, command); | 64 | PI("Dialog from %s - %s", SID, command); |
65 | // TODO - Somewhere in the chain the new lines that MLP likes to put into llDialog's message munge things. Fix that. | ||
65 | } | 66 | } |
66 | else | 67 | else |
67 | { | 68 | { |