mirror of https://github.com/FDOS/kernel.git
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:
|
||||
/* Dos Remove Directory */
|
||||
case 0x3a:
|
||||
rc = DosMkRmdir(FP_DS_DX, lr.AH);
|
||||
rc = DosMkRmdir(FP_DS_DX, lr.CL);
|
||||
goto short_check;
|
||||
|
||||
/* Dos rename file */
|
||||
|
|
Loading…
Reference in New Issue