diff options
Diffstat (limited to 'coreutils/expand.c')
-rw-r--r-- | coreutils/expand.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/expand.c b/coreutils/expand.c index f7e4619f9..8d064db5e 100644 --- a/coreutils/expand.c +++ b/coreutils/expand.c | |||
@@ -63,6 +63,8 @@ enum { | |||
63 | OPT_ALL = 1 << 2, | 63 | OPT_ALL = 1 << 2, |
64 | }; | 64 | }; |
65 | 65 | ||
66 | //FIXME: does not work properly with input containing NULs | ||
67 | |||
66 | #if ENABLE_EXPAND | 68 | #if ENABLE_EXPAND |
67 | static void expand(FILE *file, unsigned tab_size, unsigned opt) | 69 | static void expand(FILE *file, unsigned tab_size, unsigned opt) |
68 | { | 70 | { |