Fix extension filename lookup
This commit is contained in:
parent
22622ccafe
commit
669b4cc69f
@ -590,7 +590,7 @@ IExtension *CExtensionManager::FindExtensionByFile(const char *file)
|
|||||||
for (iter=m_Libs.begin(); iter!=m_Libs.end(); iter++)
|
for (iter=m_Libs.begin(); iter!=m_Libs.end(); iter++)
|
||||||
{
|
{
|
||||||
pExt = (*iter);
|
pExt = (*iter);
|
||||||
if (pExt->IsSameFile(file))
|
if (pExt->IsSameFile(lookup))
|
||||||
{
|
{
|
||||||
return pExt;
|
return pExt;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user