1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

(show_date): Correct comment: this function no longer handles a

NULL format string.
This commit is contained in:
Jim Meyering
2005-09-16 08:08:00 +00:00
parent d5763af839
commit 4fdd25e012
+1 -3
View File
@@ -527,9 +527,7 @@ main (int argc, char **argv)
}
/* Display the date and/or time in WHEN according to the format specified
in FORMAT, followed by a newline. If FORMAT is NULL, use the
standard output format (ctime style but with a timezone inserted).
Return true if successful. */
in FORMAT, followed by a newline. Return true if successful. */
static bool
show_date (const char *format, struct timespec when)