Fix compilation with -DDEBUG.

PR:		31536
Submitted by:	Alan Batie <alan@agora.rdrop.com>
This commit is contained in:
dd 2001-11-04 23:15:21 +00:00
parent c70efc47e9
commit 443a81bf56

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));