Skip to content

Commit

Permalink
fix if exist path command checking for "path command" instead of path
Browse files Browse the repository at this point in the history
  • Loading branch information
PerditionC committed Dec 28, 2024
1 parent d369b47 commit e983632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/if.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ int cmd_if(char *param)
}

pp = skip_word(param);
*pp = '\0';
pp++;

/* don't show abort/retry/fail if no disk in drive */
get_isr(0x24, olderrhandler);
Expand Down

0 comments on commit e983632

Please sign in to comment.