cedric pushed a commit to branch master.

commit 8fc58ae405ae647576915752c7e0b3a911f6a094
Author: Cedric Bail <[email protected]>
Date:   Wed Apr 10 14:54:22 2013 +0900

    eet: be picky and really use the correct format without shitty cast.
---
 src/lib/eet/eet_lib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/eet/eet_lib.c b/src/lib/eet/eet_lib.c
index 12785c3..6fa4689 100644
--- a/src/lib/eet/eet_lib.c
+++ b/src/lib/eet/eet_lib.c
@@ -943,8 +943,8 @@ eet_internal_read2(Eet_File *ef)
         if (eet_test_close(!ef->ed, ef))
           return NULL;
 
-        INF("loading dictionnary for '%s' with %lu entries of size %lu",
-            ef->path, num_dictionary_entries, (unsigned long int) 
sizeof(Eet_String));
+        INF("loading dictionnary for '%s' with %lu entries of size %zu",
+            ef->path, num_dictionary_entries, sizeof(Eet_String));
 
         ef->ed->all = calloc(1, num_dictionary_entries * sizeof(Eet_String));
         if (eet_test_close(!ef->ed->all, ef))

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to