commit | 92549250f36f91f4492c296bb227cfca83d5c4fe | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jun 08 13:04:44 2019 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Jun 08 13:04:44 2019 +0200 |
tree | 8b93d86151eff8f21e14cdb046f988dafd161437 | |
parent | 22cc92833f98450f37a2e82e4a6a36c418b4cc67 [diff] [blame] |
expand,unexpand: drop broken test, add FIXME comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/coreutils/expand.c b/coreutils/expand.c index f7e4619..8d064db 100644 --- a/coreutils/expand.c +++ b/coreutils/expand.c
@@ -63,6 +63,8 @@ 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) {