1
0
Fork 0

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:
Peter Veenstra 2009-11-30 14:53:00 +00:00
parent 8c94075781
commit f56fdefb31
3 changed files with 5 additions and 5 deletions

View file

@ -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);