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:
parent
1e6c4a7a5e
commit
5c4ec39dd2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Index: empserver/src/lib/subs/pr.c
|
|||
+char *
|
||||
+ctime(const time_t *clock)
|
||||
+{
|
||||
+ return "";
|
||||
+ return "Thu Jan 1 00:00:00 GMT 1970\n";
|
||||
+}
|
||||
+
|
||||
/*VARARGS*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue