Fix pointer of DBCS table (int 0x21, func 0x6300)
This commit is contained in:
parent
08c05b1d7a
commit
0246178809
@ -1377,7 +1377,7 @@ dispatch:
|
|||||||
case 0:
|
case 0:
|
||||||
p = DosGetDBCS();
|
p = DosGetDBCS();
|
||||||
lr.DS = FP_SEG(p);
|
lr.DS = FP_SEG(p);
|
||||||
lr.SI = FP_OFF(p);
|
lr.SI = FP_OFF(p) + 2;
|
||||||
break;
|
break;
|
||||||
case 1: /* set Korean Hangul input method to DL 0/1 */
|
case 1: /* set Korean Hangul input method to DL 0/1 */
|
||||||
lr.AL = 0xff; /* flag error (AL would be 0 if okay) */
|
lr.AL = 0xff; /* flag error (AL would be 0 if okay) */
|
||||||
|
Loading…
Reference in New Issue
Block a user