diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-12 15:19:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-12 15:19:21 +0000 |
commit | adcacc9417fb06725521dc98ab532860d6b63832 (patch) | |
tree | c99eb27c897ab9ba42670356c121932048c8f7fd /src | |
parent | 7e2f836a490b55d5d4195da62c2c35c9c1f74882 (diff) | |
download | coreutils-adcacc9417fb06725521dc98ab532860d6b63832.tar.xz |
(print_long_format): Remove obsolete comment (strftime vs. ctime).
From Paul Eggert.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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))) |