cd.. now works and doesn't brake hwset.com anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@108
This commit is contained in:
parent
913513179e
commit
438ad2b437
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ void DOS_Shell::DoCommand(char * line) {
|
|||
while (*line) {
|
||||
if (*line==32) break;
|
||||
if (*line=='/') break;
|
||||
if (*line=='.') break;
|
||||
if ((*line=='.') && (*(line+1)=='.')) break;
|
||||
*cmd_write++=*line++;
|
||||
}
|
||||
*cmd_write=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue