Change long variable to time_t because it passed to time() and ctime().

This commit is contained in:
John Birrell 1998-05-09 10:21:24 +00:00
parent 37fb4a6158
commit a0acd2442a

View File

@ -888,7 +888,7 @@ int num;
logit(msg)
char *msg;
{
long t;
time_t t;
if (logfile != NULL) {
time(&t);