compiles again
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40278
This commit is contained in:
parent
43005abc2f
commit
7bb52e67f3
@ -535,7 +535,7 @@ void CPluginManager::LoadAll_FirstPass(const char *config, const char *basedir)
|
|||||||
SMCParseError err;
|
SMCParseError err;
|
||||||
unsigned int line, col;
|
unsigned int line, col;
|
||||||
m_AllPluginsLoaded = false;
|
m_AllPluginsLoaded = false;
|
||||||
if ((err=g_TextParse.ParseFile_SMC(config, &m_PluginInfo, &line, &col)) != SMCParse_Okay)
|
if ((err=g_TextParser.ParseFile_SMC(config, &m_PluginInfo, &line, &col)) != SMCParse_Okay)
|
||||||
{
|
{
|
||||||
/* :TODO: log the error, don't bail out though */
|
/* :TODO: log the error, don't bail out though */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user