aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/SledjHamr.c')
-rw-r--r--src/libraries/SledjHamr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libraries/SledjHamr.c b/src/libraries/SledjHamr.c
index 2fb9019..dff80ee 100644
--- a/src/libraries/SledjHamr.c
+++ b/src/libraries/SledjHamr.c
@@ -198,6 +198,8 @@ static Eina_Bool parseStream(void *data, int type, void *evData, int evSize, voi
198 ext[0] = '\0'; 198 ext[0] = '\0';
199 command = ext + 1; 199 command = ext + 1;
200 ext = index(command, '('); 200 ext = index(command, '(');
201 if (NULL == ext)
202 ext = index(command, ' ');
201 if (ext) 203 if (ext)
202 { 204 {
203 streamParser func = eina_hash_find(conn->commands, command); 205 streamParser func = eina_hash_find(conn->commands, command);