Fixed stargunner and possibly others. Very little bug in Create new file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1455
This commit is contained in:
parent
d7b678ab45
commit
88b14bdd8d
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: dos.cpp,v 1.60 2003-11-01 16:03:42 harekiet Exp $ */
|
||||
/* $Id: dos.cpp,v 1.61 2003-11-20 10:29:32 qbix79 Exp $ */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -750,7 +750,7 @@ static Bitu DOS_21Handler(void) {
|
|||
DOS_CloseFile(handle);
|
||||
DOS_SetError(DOSERR_ACCESS_DENIED);
|
||||
reg_ax=dos.errorcode;
|
||||
CALLBACK_SCF(false);
|
||||
CALLBACK_SCF(true);
|
||||
break;
|
||||
}
|
||||
if (DOS_CreateFile(name1,reg_cx,&handle)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue