diff --git a/src/lsp/mislib.lsp b/src/lsp/mislib.lsp index 800175d0b..0f6eb457f 100644 --- a/src/lsp/mislib.lsp +++ b/src/lsp/mislib.lsp @@ -135,7 +135,7 @@ Evaluates FORM, outputs the realtime and runtime used for the evaluation to mw = timezone/60; #else struct tm ltm, gtm; - time_t when = 0L; + time_t when = time(0) /*0L*/; ltm = *localtime(&when); gtm = *gmtime(&when);