From e476d99f90aaeee28fb3fd01d43754e3f85f2fe0 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 12 Oct 2020 04:28:27 +0100 Subject: [PATCH] whoops --- src/hex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hex.cpp b/src/hex.cpp index 7b666bc..9a52363 100644 --- a/src/hex.cpp +++ b/src/hex.cpp @@ -1,7 +1,7 @@ #include #include -const static constexpr char ascii_map[255] = { +const static constexpr char ascii_map[256] = { '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '!', '"', '#', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/', @@ -17,7 +17,7 @@ const static constexpr char ascii_map[255] = { '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', - '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', + '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', '.', }; #ifndef FIXED_ROW_SIZE