tar: support -T - and -X -
[oweals/busybox.git] / libbb / printable_string.c
index 47565de0df92834e188d304fc6cc4cd219a66e1f..a316f60de52b493926e210f5a9a46c8afb4e5708 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2010 Denys Vlasenko
  *
- * Licensed under GPL version 2, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 #include "libbb.h"
 #include "unicode.h"
@@ -36,7 +36,7 @@ const char* FAST_FUNC printable_string(uni_stat_t *stats, const char *str)
                s++;
        }
 
-#if ENABLE_FEATURE_ASSUME_UNICODE
+#if ENABLE_UNICODE_SUPPORT
        dst = unicode_conv_to_printable(stats, str);
 #else
        {