Clouseau: type should be LONG LONG.

SVN revision: 83486
This commit is contained in:
Tom Hacohen 2013-01-30 16:47:51 +00:00
parent c87ffb64a0
commit f9c664c014
1 changed files with 1 additions and 1 deletions

View File

@ -680,7 +680,7 @@ _clouseau_eo_descs_make(void)
EET_DATA_DESCRIPTOR_ADD_BASIC (eo_dbg_info_edd, Clouseau_Eo_Dbg_Info,
"name", name, EET_T_STRING);
EET_DATA_DESCRIPTOR_ADD_BASIC (eo_dbg_info_edd, Clouseau_Eo_Dbg_Info,
"type", type, EET_T_INT);
"type", type, EET_T_LONG_LONG);
/* Here because clouseau_list_desc_make() uses eo_dbg_info_edd */
eo_list_edd = clouseau_list_desc_make();