pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] ANN: Pan 0.94 "Ready! Fire! Aim!"


From: Charles Kerr
Subject: Re: [Pan-users] ANN: Pan 0.94 "Ready! Fire! Aim!"
Date: Mon, 24 Apr 2006 18:43:15 -0500 (CDT)
User-agent: SquirrelMail/1.4.6 [CVS]

> "Charles Kerr" <address@hidden> wrote:
>>
>>-  const int diff_secs (std::max (1l, now-_time_started));
>>+  const int diff_secs (std::max ((time_t)1, now-_time_started));
>>
>>Smells like a more correct fix to me -- does it pass muster on BSD?
>
> Yeah, that's fine too (though I think the "smell" is the only
> conceivable difference:-).

Until January 19, 2038. :)






reply via email to

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