aboutsummaryrefslogtreecommitdiff
path: root/win32/winansi.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/winansi.c')
-rw-r--r--win32/winansi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/winansi.c b/win32/winansi.c
index 622ba1c77..a78d5f7e9 100644
--- a/win32/winansi.c
+++ b/win32/winansi.c
@@ -76,7 +76,7 @@ int skip_ansi_emulation(int reset)
76 static int skip = -1; 76 static int skip = -1;
77 77
78 if (skip < 0 || reset) { 78 if (skip < 0 || reset) {
79 const char *var = getenv(bb_skip_ansi_emulation); 79 const char *var = getenv(BB_SKIP_ANSI_EMULATION);
80 int dflt = is_wine() ? 0 : CONFIG_SKIP_ANSI_EMULATION_DEFAULT; 80 int dflt = is_wine() ? 0 : CONFIG_SKIP_ANSI_EMULATION_DEFAULT;
81 skip = var == NULL ? dflt : atoi(var); 81 skip = var == NULL ? dflt : atoi(var);
82 if (skip < 0 || skip > 2) 82 if (skip < 0 || skip > 2)