discuss-gnustep
[Top][All Lists]
Advanced

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

Re: NSDate oddity


From: Richard Frith-Macdonald
Subject: Re: NSDate oddity
Date: Fri, 4 May 2001 05:21:19 +0100

interval == NaN

That looks like a compiler problem ... it may be something to do with the variable being declared volatile (I don't know why it's declared that way, and don't think it should be).

Could you try

a. removing the 'volatile' typespec
b. moving the initialisation statement from before to after the gettimeofday()



reply via email to

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