* e: fix eet breakage.

SVN revision: 51089
This commit is contained in:
Cedric BAIL 2010-08-13 16:50:55 +00:00
parent e010e6f1bd
commit 6f30fefd52
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ e_config_descriptor_new(const char *name, int size)
{
Eet_Data_Descriptor_Class eddc;
if (!eet_eina_stream_data_descriptor_class_set(&eddc, name, size))
if (!eet_eina_stream_data_descriptor_class_set(&eddc, sizeof (eddc), name, size))
return NULL;
/* FIXME: We can directly map string inside an Eet_File and reuse it.