diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-23 15:18:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-23 15:18:40 +0000 |
commit | 38eca4e9771a8e818a033207b14a07b83a2b44c4 (patch) | |
tree | e71ab15c717726ec6be51fe21f884564979b79ef /src/du.c | |
parent | c8e4886304ca20bc943cac26716e4ddff176439e (diff) | |
download | coreutils-38eca4e9771a8e818a033207b14a07b83a2b44c4.tar.xz |
(show_date): Add a FIXME comment.
Diffstat (limited to 'src/du.c')
-rw-r--r-- | src/du.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -399,6 +399,7 @@ hash_init (void) xalloc_die (); } +/* FIXME: this code is nearly identical to code in date.c */ /* Display the date and time in WHEN/NSEC according to the format specified in TIME_FORMAT. If TIME_FORMAT is NULL, use the standard output format. Return zero if successful. */ |