summaryrefslogtreecommitdiff
path: root/lib/printquoted.c
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-04-29 01:27:56 +0000
committerJames Youngman <jay@gnu.org>2007-04-29 01:27:56 +0000
commit20102fc93168b47522852dac08717e43bcb026de (patch)
tree7913565b53992145553ae2d09295970f162e72d2 /lib/printquoted.c
parenta68f197798e6394b7c08d8e15e4ba40056c32d80 (diff)
downloadfindutils-20102fc93168b47522852dac08717e43bcb026de.tar.gz
Minor changes relating to conditional includes that no longer need the conditional, and fixing some out of date comments
Diffstat (limited to 'lib/printquoted.c')
-rw-r--r--lib/printquoted.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/printquoted.c b/lib/printquoted.c
index a0548256..4f2d2ce7 100644
--- a/lib/printquoted.c
+++ b/lib/printquoted.c
@@ -62,6 +62,7 @@ print_quoted (FILE *fp,
/* The original coreutils code uses alloca(), but I don't
* want to take on the anguish of introducing alloca() to
* 'find'.
+ * XXX: newsflash: we already have alloca().
*/
buf = xmalloc (len + 1);
quotearg_buffer (buf, len + 1, s, -1, qopts);