]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(copy_internal): Add a FIXME comment.
authorJim Meyering <jim@meyering.net>
Sun, 4 Jul 2004 18:12:55 +0000 (18:12 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Jul 2004 18:12:55 +0000 (18:12 +0000)
src/copy.c

index dfdd15bbf68cb396d8ceaa06ee199b2d58f45201..ef941cc25b1007b2def379bd7251bf7b203292e8 100644 (file)
@@ -1055,7 +1055,8 @@ copy_internal (const char *src_path, const char *dst_path,
                  return 1;
                }
 
-             /* Using alloca for a pathname that may be (in theory) arbitrarily
+             /* FIXME: use fts:
+                Using alloca for a pathname that may be (in theory) arbitrarily
                 long is not recommended.  In fact, even forming such a name
                 should be discouraged.  Eventually, this code will be rewritten
                 to use fts, so using alloca here will be less of a problem.  */