X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsys-file-writer.c;h=7a0fb5a691280ca3e4c542c1dbc3a9ebc09e92c3;hb=3c95184e5b984dbb02d67941f6253eb9783ed43c;hp=eb9f8e93b611a54aab26980d0f8070c91a0f9b87;hpb=a49b940e58f148bf111c647d9b4822025636ff80;p=pspp diff --git a/src/data/sys-file-writer.c b/src/data/sys-file-writer.c index eb9f8e93b6..7a0fb5a691 100644 --- a/src/data/sys-file-writer.c +++ b/src/data/sys-file-writer.c @@ -411,7 +411,7 @@ write_header (struct sfm_writer *w, const struct dictionary *d) if (time (&t) == (time_t) -1) { creation_date = xstrdup ("01 Jan 70"); - creation_time = xstrdup ( "00:00:00"); + creation_time = xstrdup ("00:00:00"); } else {