From: J.P. K. <jp...@he...> - 2001-12-10 13:15:28
|
Ok, fixed up the FreeBSD problems too - I think without exception they were time related - the code was inconsistant about using time_t rather than long. Also, some OSes define time_t as a long int, and some as an int. This made the sprintf's interesting. My chosen method of fudging it was to cast the variables to a long int where used in a sprintf. I believe that casting an int to a long is safe where it is only being used in a sprintf? Don't you love C? I'll hit Solaris now, and see if that still compiles correctly. Julian |