shh warning

SVN revision: 43257
This commit is contained in:
Carsten Haitzler 2009-10-25 08:45:36 +00:00
parent fba68aef80
commit ca7859168b
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ EAPI Eina_Module *eina_module_new(const char *file)
m = malloc(sizeof(Eina_Module) + len + 1);
if (!m) {
ERR("could not malloc(%lu)", sizeof(Eina_Module) + len + 1);
ERR("could not malloc(%lu)", (unsigned long)(sizeof(Eina_Module) + len + 1));
return NULL;
}
memcpy((char *)m->file, file, len + 1);