.12 Fixed: Following symbol tables were all hard-coded to SYMMAIN
SYMBASIC SYMASM SYMUSER SYMUSER2 SYMSRC SYMSRC2
This commit is contained in:
parent
99009b56ae
commit
5a61bf4976
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ Update_t CmdSymbolsCommand (int nArgs)
|
|||
}
|
||||
|
||||
int bSymbolTable = SYMBOL_TABLE_MAIN << GetSymbolTableFromCommand();
|
||||
return _CmdSymbolsCommon( nArgs, SYMBOL_TABLE_MAIN );
|
||||
return _CmdSymbolsCommon( nArgs, bSymbolTable ); // BUGFIX 2.6.2.12 Hard-coded to SYMMAIN
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue