bug-gnulib
[Top][All Lists]
Advanced

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

Re: bug in xtime.h


From: Paul Eggert
Subject: Re: bug in xtime.h
Date: Tue, 24 Dec 2019 10:33:39 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 12/24/19 1:34 AM, Bruno Haible wrote:
>>              - (corr_quad + (corr_quad < 0)) / 25 - (corr_quad < 0)
> Shouldn't that be parenthesized differently?
> 
>                - ((corr_quad + (corr_quad < 0)) / 25 - (corr_quad < 0))

Right you are. Thanks, I fixed that. I very much doubt whether the containing
formula is correct, by the way, but it's not worth fixing (people shouldn't use
strptime anyway....). Still, I don't want to introduce *new* bugs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]