From 022ec48aa446dce7fb97023a206d0f1479e63d82 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 19 Jan 2016 02:40:23 +1000 Subject: Clean up LSL command and argument passing. --- src/libraries/SledjHamr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libraries') diff --git a/src/libraries/SledjHamr.c b/src/libraries/SledjHamr.c index 4d0efbc..abd5b1c 100644 --- a/src/libraries/SledjHamr.c +++ b/src/libraries/SledjHamr.c @@ -159,7 +159,7 @@ static Eina_Bool parseStream(void *data, int type, void *evData, int evSize, voi { streamParser func = eina_hash_find(conn->commands, command); -// ext[0] = '\0'; + ext[0] = '\0'; // Need a callback if we can't find the command. if (NULL == func) func = conn->unknownCommand; -- cgit v1.1