shh warning
authorCarsten Haitzler <raster@rasterman.com>
Sun, 25 Oct 2009 08:45:36 +0000 (08:45 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sun, 25 Oct 2009 08:45:36 +0000 (08:45 +0000)
SVN revision: 43257

legacy/eina/src/lib/eina_module.c

index fe87de0..78eae7c 100644 (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);