report typed entry for %0 not the parsed entry.(System Shock reported by ripsaw)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3507
This commit is contained in:
parent
8c94075781
commit
f56fdefb31
3 changed files with 5 additions and 5 deletions
|
@ -44,7 +44,7 @@ class DOS_Shell;
|
|||
|
||||
class BatchFile {
|
||||
public:
|
||||
BatchFile(DOS_Shell * host,char const* const name, char const * const cmd_line);
|
||||
BatchFile(DOS_Shell * host,char const* const resolved_name,char const* const entered_name, char const * const cmd_line);
|
||||
virtual ~BatchFile();
|
||||
virtual bool ReadLine(char * line);
|
||||
bool Goto(char * where);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue