From a1c2d30886cb5a6f74ed241a60c84f8af932ff75 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 5 Feb 2019 03:05:14 -0500 Subject: Fix DEL in aes --- bin/aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/aes.c') diff --git a/bin/aes.c b/bin/aes.c index cb765934..640e9b9b 100644 --- a/bin/aes.c +++ b/bin/aes.c @@ -31,7 +31,7 @@ static const wchar_t Table[128] = { L"@ABCDEFGHIJKLMNO" L"PQRSTUVWXYZ[\]^_" L"`abcdefghijklmno" - L"pqrstuvwxyz{|}~\xFF" + L"pqrstuvwxyz{|}~\x7F" }; static void enwiden(const char *ch) { -- cgit 1.4.1