From 92549250f36f91f4492c296bb227cfca83d5c4fe Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 8 Jun 2019 13:04:44 +0200 Subject: expand,unexpand: drop broken test, add FIXME comment Signed-off-by: Denys Vlasenko --- coreutils/expand.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coreutils') 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 { OPT_ALL = 1 << 2, }; +//FIXME: does not work properly with input containing NULs + #if ENABLE_EXPAND static void expand(FILE *file, unsigned tab_size, unsigned opt) { -- cgit v1.2.3