LASTEXPRESS: Check for invalid cd number in debugger commands
This commit is contained in:
parent
47fa7abbe0
commit
17c051b58c
2 changed files with 44 additions and 19 deletions
|
@ -87,7 +87,7 @@ private:
|
|||
void copyCommand(int argc, const char **argv);
|
||||
int getNumber(const char *arg) const;
|
||||
|
||||
void loadArchive(ArchiveIndex index) const;
|
||||
bool loadArchive(ArchiveIndex index);
|
||||
void restoreArchive() const;
|
||||
|
||||
Debuglet *_command;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue