]> git.pond.sub.org Git - empserver/commitdiff
Use "Thu Jan 1 00:00:00 GMT 1970\n" as output for the ctime() hack,
authorMarc Olzheim <marcolz@stack.nl>
Wed, 16 Jun 2004 18:19:40 +0000 (18:19 +0000)
committerMarc Olzheim <marcolz@stack.nl>
Wed, 16 Jun 2004 18:19:40 +0000 (18:19 +0000)
instead of an empty string.

src/scripts/nightly/patches/All/pr.c.patch

index 4f1b883e8cbfb834fdaad6eac1b5a6a7bb4f5f66..4d049238342616d54cdb1afbc2ea8f355b73225f 100644 (file)
@@ -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*/