1
0
Fork 0

cd.. is upon us

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@105
This commit is contained in:
Sjoerd van der Berg 2002-07-30 13:55:41 +00:00
parent e1a9d3e616
commit 77da180405

View file

@ -53,6 +53,7 @@ void DOS_Shell::DoCommand(char * line) {
while (*line) {
if (*line==32) break;
if (*line=='/') break;
if (*line=='.') break;
*cmd_write++=*line++;
}
*cmd_write=0;