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.