Vanilla List Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VANILLA-LIST:2731] .global problems on continuum cutover



On Thu, Nov 11, 1999 at 11:56:04AM +1100, Quozl wrote:
> It seems the problem is due to a mismatch in data type used in the
> printf() and scanf() calls in scores.c:335 and newscores.c:74.
> 
> In scores.c:335 we have "%10lf" to write out the "double timeprod".
> In newscores.c:74 we have "%10ld" to read in the value.
> 
> Would it be correct to say this should be %10lf as well?

 Not surprising...

 The data type for the time data changed from back a few years ago when
bigbang I believe hit the limit.

 It probably got missed at this point of the code.