]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(show_date): Add a FIXME comment.
authorJim Meyering <jim@meyering.net>
Thu, 23 Jun 2005 15:18:40 +0000 (15:18 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Jun 2005 15:18:40 +0000 (15:18 +0000)
src/du.c

index 2b03574ffcff2b1182638f570b10c06abfcbd21c..44dfdc387f557cec1b388e2d6bd2e12876afc13d 100644 (file)
--- a/src/du.c
+++ b/src/du.c
@@ -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.  */