From: Jim Meyering Date: Sun, 12 Nov 2000 15:19:21 +0000 (+0000) Subject: (print_long_format): Remove obsolete comment (strftime vs. ctime). X-Git-Tag: FILEUTILS-4_0_33~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=adcacc9417fb06725521dc98ab532860d6b63832;p=thirdparty%2Fcoreutils.git (print_long_format): Remove obsolete comment (strftime vs. ctime). From Paul Eggert. --- diff --git a/src/ls.c b/src/ls.c index 528025cba4..09637211bb 100644 --- a/src/ls.c +++ b/src/ls.c @@ -2456,9 +2456,6 @@ print_long_format (const struct fileinfo *f) p += strlen (p); - /* Use strftime rather than ctime, because the former can produce - locale-dependent names for the weekday (%a) and month (%b). */ - if ((when_local = localtime (&when))) { while (! (s = strftime (p, buf + bufsize - p - 1, fmt, when_local)))