inthndlr.c: in Int21.43FF, dispatch DosMkRmdir on CL not AH
This commit is contained in:
parent
6f9648672e
commit
6fbb1d0043
@ -961,7 +961,7 @@ dispatch:
|
|||||||
case 0x39:
|
case 0x39:
|
||||||
/* Dos Remove Directory */
|
/* Dos Remove Directory */
|
||||||
case 0x3a:
|
case 0x3a:
|
||||||
rc = DosMkRmdir(FP_DS_DX, lr.AH);
|
rc = DosMkRmdir(FP_DS_DX, lr.CL);
|
||||||
goto short_check;
|
goto short_check;
|
||||||
|
|
||||||
/* Dos rename file */
|
/* Dos rename file */
|
||||||
|
Loading…
Reference in New Issue
Block a user