DbLib: Use full alias name when loading single symbol
This commit is contained in:
@@ -138,7 +138,7 @@ LIB_SYMBOL* SCH_DATABASE_PLUGIN::LoadSymbol( const wxString& aLibraryPath,
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return loadSymbolFromRow( symbolName, *table, result );
|
||||
return loadSymbolFromRow( aAliasName, *table, result );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user