From: curt Date: Sat, 30 May 1998 01:57:25 +0000 (+0000) Subject: misc updates. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=850ba99158de5f46f828a167f768cd4af70b19eb;p=flightgear.git misc updates. --- diff --git a/Time/fg_time.cxx b/Time/fg_time.cxx index e1a4afc60..f74529f24 100644 --- a/Time/fg_time.cxx +++ b/Time/fg_time.cxx @@ -257,7 +257,7 @@ double sidereal_course(struct tm *gmt, time_t now, double lng) { daylight = mt.tm_isdst; fgPrintf( FG_EVENT, FG_DEBUG, "start1 = %ld\n", start); - fgPrintf( FG_EVENT, FG_DEBUG, "start2 = %s (tz = %d)", + fgPrintf( FG_EVENT, FG_DEBUG, "start2 = %s (tm_isdst = %d)", ctime(&start), mt.tm_isdst); // ftime() needs a little extra help finding the current timezone @@ -379,6 +379,9 @@ void fgTimeUpdate(fgFLIGHT *f, fgTIME *t) { // $Log$ +// Revision 1.7 1998/05/30 01:57:25 curt +// misc updates. +// // Revision 1.6 1998/05/02 01:53:17 curt // Fine tuning mktime() support because of varying behavior on different // platforms.