From bc01220e068ec44be8ac33769f7dcdff0b341b9e Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Mon, 12 Aug 2019 07:34:55 -0700 Subject: [PATCH] CARD: Fix translation error in 026 cards. --- sim_card.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_card.c b/sim_card.c index 42ee8586..f33e7dd6 100644 --- a/sim_card.c +++ b/sim_card.c @@ -141,7 +141,7 @@ static const uint16 ascii_to_hol_026[128] = { 0xC04, 0xC02, 0xC01, 0x680, 0x640, 0x620, 0x610, 0x608, /* x y z { | } ~ del */ /* T79 Y78 Y79 79 */ - 0x604, 0x602, 0x601, 0x406, 0x806, 0x006, 0x005, 0xf000 + 0x604, 0x602, 0x601, 0x406, 0x806, 0x805, 0x005, 0xf000 }; /* Set for Burrough codes */