edje: i am lazy, i like to not care about case.

This commit is contained in:
Cedric BAIL 2013-03-18 15:42:34 +09:00
parent 638d6e1dff
commit 42d320c523
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ _slave_mode(void *data, Ecore_Fd_Handler *fd_handler)
for (itr = _slave_mode_commands; itr->cmd; itr++)
{
if (strcmp(itr->cmd, buf) == 0)
if (strcasecmp(itr->cmd, buf) == 0)
{
itr->func(edje, p);
break;