Edje: Fix big-endian issue with aspect_preference being declared as an enum/int and read from file as a char

SVN revision: 67292
This commit is contained in:
Youness Alaoui 2012-01-18 06:16:01 +00:00
parent 18eedb2caa
commit c63f4cce09
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ struct _Edje_Color
struct _Edje_Aspect_Prefer
{
FLOAT_T min, max;
Edje_Internal_Aspect prefer;
char prefer;
};
struct _Edje_Aspect