*** datetime.c.orig Sat May 3 23:30:35 2003 --- datetime.c Tue Jun 24 15:54:39 2003 *************** *** 3498,3504 **** is_nonzero = TRUE; } /* otherwise, integer seconds only? */ ! else if (tm->tm_sec != 0) { sprintf(cp, ":%02d", abs(tm->tm_sec)); cp += strlen(cp); --- 3498,3504 ---- is_nonzero = TRUE; } /* otherwise, integer seconds only? */ ! else { sprintf(cp, ":%02d", abs(tm->tm_sec)); cp += strlen(cp);