Re: [evolution-patches] Address book - Groupwise backend - for not using atoi



hi,
 
 The timestamp string is int (return value of atoi) . This is being
replaced by g_ascii_to-strtod which returns a double. There is a loss of
precision here. Is this what you want ? Perhaps you may want to rethink 
how the timestamp is stored - as an int or something else ?

Thanks,
Harish

On Mon, 2005-10-03 at 11:15 +0530, Sushma Rai wrote:
> Hi,
> 
> atoi() was being used for time stamp string, replacing that
> with g_ascii_strtod(), so that we don't store the 
> wrong time stamp values.
> 
> Please review,
> Thanks,
> Sushma.
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-patches



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]