Use "Thu Jan 1 00:00:00 GMT 1970\n" as output for the ctime() hack,

instead of an empty string.
This commit is contained in:
Marc Olzheim 2004-06-16 18:19:40 +00:00
parent 1e6c4a7a5e
commit 5c4ec39dd2

View file

@ -9,7 +9,7 @@ Index: empserver/src/lib/subs/pr.c
+char * +char *
+ctime(const time_t *clock) +ctime(const time_t *clock)
+{ +{
+ return ""; + return "Thu Jan 1 00:00:00 GMT 1970\n";
+} +}
+ +
/*VARARGS*/ /*VARARGS*/