Fix compilation with -DDEBUG.
PR: 31536 Submitted by: Alan Batie <alan@agora.rdrop.com>
This commit is contained in:
parent
c70efc47e9
commit
443a81bf56
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user