ecore system: If by some reason name of locale changed dont have a '=' skip it

This commit is contained in:
José Roberto de Souza 2013-08-19 15:26:01 -03:00
parent fe6a51f7e9
commit 09bae8b373
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ static void _locale_get(void *data EINA_UNUSED, const Eldbus_Message *msg,
type = buf;
value = strchr(buf, '=');
if (!value)
continue;
*value = 0;
value++;