Don't display useless warning.

SVN revision: 38346
This commit is contained in:
Cedric BAIL 2008-12-29 11:49:35 +00:00
parent 9028efcbdc
commit f722173009
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ EAPI Eina_Array * eina_module_list_get(Eina_Array *array, const char *path, unsi
Dir_List_Get_Cb_Data list_get_cb_data;
Dir_List_Cb_Data list_cb_data;
EINA_SAFETY_ON_NULL_RETURN_VAL(path, array);
if (!path) return array;
list_get_cb_data.array = array ? array : eina_array_new(4);
list_get_cb_data.cb = cb;