From 377b38b84f04413ad456dfa4c003b7f2a0e64b07 Mon Sep 17 00:00:00 2001 From: dzaima Date: Wed, 6 Apr 2022 19:14:10 +0300 Subject: [PATCH] =?UTF-8?q?fix=20=E2=80=A2term.RawMode=20fallback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/builtins/sysfn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builtins/sysfn.c b/src/builtins/sysfn.c index 89698f46..fe6f0a67 100644 --- a/src/builtins/sysfn.c +++ b/src/builtins/sysfn.c @@ -899,7 +899,7 @@ B tCharN_c1(B t, B x) { return n>=0? m_c32(n) : m_f64(0); } #else -B tRaw_c1(B t, B x) { thrM("•term.Raw not available"); } +B tRawMode_c1(B t, B x) { thrM("•term.RawMode not available"); } B tCharN_c1(B t, B x) { thrM("•term.CharN not available"); } #endif