X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fsys-file-writer.c;h=7a0fb5a691280ca3e4c542c1dbc3a9ebc09e92c3;hb=96994a54e60e9c95b8bba54c2281acf7059b1203;hp=eb9f8e93b611a54aab26980d0f8070c91a0f9b87;hpb=369c24f1d085a41ec274ebae5fc198fcee567653;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 {