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