Skip to content

Commit

Permalink
command.com: fix determination of executable file name
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Jan 2, 2024
1 parent 71c5aca commit e85d927
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions command/com.c
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down

0 comments on commit e85d927

Please sign in to comment.