summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/copy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/copy.c b/src/copy.c
index dfdd15bbf..ef941cc25 100644
--- a/src/copy.c
+++ b/src/copy.c
@@ -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. */