Enlightenment CVS committal
Author : cedric
Project : e17
Module : proto/eina
Dir : e17/proto/eina/src/lib
Modified Files:
eina_module.c
Log Message:
Fix some warning.
===================================================================
RCS file: /cvs/e/e17/proto/eina/src/lib/eina_module.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- eina_module.c 30 Jul 2008 13:35:49 -0000 1.2
+++ eina_module.c 31 Jul 2008 16:54:02 -0000 1.3
@@ -46,12 +46,14 @@
{
cb_data->list = eina_list_append(cb_data->list, m);
}
+
+ return ret;
}
static void _dir_list_cb(const char *name, const char *path, void *data)
{
Dir_List_Cb_Data *cb_data = data;
- int length;
+ unsigned int length;
length = strlen(name);
if (length < strlen(MODULE_EXTENSION) + 1) /* x.so */
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs