gm2
[Top][All Lists]
Advanced

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

Re: [Gm2] bug in ISO dir wraptime.c - GetSecond


From: Gaius Mulley
Subject: Re: [Gm2] bug in ISO dir wraptime.c - GetSecond
Date: Mon, 26 Apr 2010 10:53:37 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

SiTex Graphics <address@hidden> writes:

> I kept seeing the same results for minute and second from
> SysClock.GetClock, and traced the problem to wraptime.GetSecond:
>
> unsigned int wraptime_GetSecond(struct tm *m)
> if (m->tm_sec == 60)
>    return 59;
> else
>   return m->tm_min;
> }
>
> I'm guessing m->tm_min should be m->tm_sec

Hi Scott,

many thanks for the bug report/fix - again will cvs commit it soon,

regards,
Gaius




reply via email to

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