mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 16:30:23 +00:00
.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
@ -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…
Reference in New Issue
Block a user