summaryrefslogtreecommitdiff
path: root/src/lib/eet_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/eet_lib.c')
-rw-r--r--src/lib/eet_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/eet_lib.c b/src/lib/eet_lib.c
index 48c6b84..98c9225 100644
--- a/src/lib/eet_lib.c
+++ b/src/lib/eet_lib.c
@@ -950,7 +950,7 @@ eet_internal_read2(Eet_File *ef)
ef))
return NULL;
- ef->ed = eet_dictionary_calloc(1);
+ ef->ed = eet_dictionary_add();
if (eet_test_close(!ef->ed, ef))
return NULL;