inthndlr.c: in Int21.43FF, dispatch DosMkRmdir on CL not AH

This commit is contained in:
C. Masloch 2019-02-11 15:03:36 +01:00 committed by Kenneth J Davis
parent 6f9648672e
commit 6fbb1d0043
1 changed files with 1 additions and 1 deletions

View File

@ -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 */