On Mon, Dec 27, 2004 at 09:26:15AM -0500, Olson, Arthur David (NIH/NCI) wrote: > + static char * > + tformat() > + { > + if (0.5 == (time_t) 0.5) /* floating */ > + return "%g"; I suggest adding a "const" to the return type of tformat(). --Ken Pizzini