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:
parent
ef10cd0e34
commit
00ac5eaba9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue