eina: bug fixes by Sungho Kwak.

Return EINA_FALSE on NULL input as we can't produce valid result.


SVN revision: 76267
This commit is contained in:
Cedric BAIL 2012-09-07 02:32:59 +00:00
parent ef10cd0e34
commit 00ac5eaba9
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ eina_convert_atofp(const char *src, int length, Eina_F32p32 *fp)
return EINA_FALSE;
if (!fp)
return EINA_TRUE;
return EINA_FALSE;
e += 32;