.12 Fixed: Following symbol tables were all hard-coded to SYMMAIN

SYMBASIC
		SYMASM
		SYMUSER
		SYMUSER2
		SYMSRC
		SYMSRC2
This commit is contained in:
mpohoreski 2010-12-18 04:17:32 +00:00
parent 99009b56ae
commit 5a61bf4976

View File

@ -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
}
//===========================================================================