From e85d9275a60c26c2658785f1cc0d21d6c2773946 Mon Sep 17 00:00:00 2001 From: Bernd Boeckmann Date: Wed, 3 Jan 2024 00:11:31 +0100 Subject: [PATCH] command.com: fix determination of executable file name --- command/com.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/command/com.c b/command/com.c index 8342ea0..ec099fb 100644 --- a/command/com.c +++ b/command/com.c @@ -449,8 +449,6 @@ MLOCAL VOID init(BYTE *cmd) BYTE *h; strcpy(kbdptr, ""); /* start with no commands */ - if (!(get_cmdname(heap()))) - set_reload_file(); #if 0 #if defined(DLS) dls_msg_ver(MSG_VER); /* check message file version*/