From b77e746748396df14308437e3b82427437729bbf Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Mon, 27 Jun 2011 01:05:22 +0000 Subject: [PATCH] update value in country to within valid range for byte git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1637 6ac86273-5f31-0410-b378-82cca8765d1b --- kernel/country.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/country.asm b/kernel/country.asm index 65269bf..00c30a5 100644 --- a/kernel/country.asm +++ b/kernel/country.asm @@ -3383,7 +3383,7 @@ db 221, 217, 218, 219, 220, 221, 224, 223 db 224, 226, 226, 228, 228, 230, 230, 232 db 232, 234, 234, 236, 236, 238, 238, 239 db 240, 242, 242, 244, 244, 246, 246, 248 -db 248, 259, 250, 252, 252, 253, 254, 255 +db 248, 250, 250, 252, 252, 253, 254, 255 ucase_872 equ ucase_855