From: Jim Meyering Date: Fri, 16 Sep 2005 08:08:00 +0000 (+0000) Subject: (show_date): Correct comment: this function no longer handles a X-Git-Tag: v5.90~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fdd25e01277153a0eedbdd4fd510c7c8bd850e5;p=thirdparty%2Fcoreutils.git (show_date): Correct comment: this function no longer handles a NULL format string. --- diff --git a/src/date.c b/src/date.c index 4e65b52f89..9a9163565e 100644 --- a/src/date.c +++ b/src/date.c @@ -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)