projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f43729
)
eet: be picky and really use the correct format without shitty cast.
author
Cedric Bail
<cedric.bail@samsung.com>
Wed, 10 Apr 2013 05:54:22 +0000
(14:54 +0900)
committer
Cedric Bail
<cedric.bail@samsung.com>
Wed, 10 Apr 2013 05:55:24 +0000
(14:55 +0900)
src/lib/eet/eet_lib.c
patch
|
blob
|
history
diff --git
a/src/lib/eet/eet_lib.c
b/src/lib/eet/eet_lib.c
index 12785c3b5b21112735e55485e0b2042a3ec17479..6fa4689571e9a521688dd131581d3c0faa13ab15 100644
(file)
--- 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 %
l
u",
- ef->path, num_dictionary_entries,
(unsigned long int)
sizeof(Eet_String));
+ INF("loading dictionnary for '%s' with %lu entries of size %
z
u",
+ 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))