Fix compilation with -DDEBUG.

PR:		31536
Submitted by:	Alan Batie <alan@agora.rdrop.com>
This commit is contained in:
Dima Dorfman 2001-11-04 23:15:21 +00:00
parent 5e52f30031
commit 766b57c9d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86051

View File

@ -197,7 +197,7 @@ time_t Mktime (dp)
}
#ifdef DEBUG
fprintf(stderr, "Mktime: %d %d %d %s\n", (int)mktime(&tm), (int)t, len,
fprintf(stderr, "Mktime: %d %d %s\n", (int)mktime(&tm), (int)t,
asctime(&tm));
#endif
return(mktime(&tm));