Re: [E-devel] Bug Fix in eina_convert

2012-09-07 Thread Patryk Kaczmarek
] Bug Fix in eina_convert Hi, eina_convert should return EINA_FALSE in error case. However, if fp is null, it returns EINA_TRUE. In that case, function should return EINA_FALSE. Thanks. Sincerely, Sungho Kwak [SeenTimeChecker?do

Re: [E-devel] Bug Fix in eina_convert

2012-09-06 Thread Daniel Juyung Seo
ChangeLog as well :) (vtorri clone) Daniel Juyung Seo (SeoZ) On Fri, Sep 7, 2012 at 11:35 AM, Cedric BAIL wrote: > On Fri, Sep 7, 2012 at 4:05 AM, Sungho Kwak wrote: >> eina_convert should return EINA_FALSE in error case. However, if fp is >> null, it returns EINA_TRUE. >> In that case, functio

Re: [E-devel] Bug Fix in eina_convert

2012-09-06 Thread Cedric BAIL
On Fri, Sep 7, 2012 at 4:05 AM, Sungho Kwak wrote: > eina_convert should return EINA_FALSE in error case. However, if fp is > null, it returns EINA_TRUE. > In that case, function should return EINA_FALSE. Good catch in svn. I took care of the backport, but would be nice to have one patch for the

[E-devel] Bug Fix in eina_convert

2012-09-06 Thread Sungho Kwak
Hi, eina_convert should return EINA_FALSE in error case. However, if fp is null, it returns EINA_TRUE. In that case, function should return EINA_FALSE. Thanks. Sincerely, Sungho Kwak eina_convert.diff Description: Binary data