compiles again

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40278
This commit is contained in:
David Anderson 2007-01-06 19:35:25 +00:00
parent 43005abc2f
commit 7bb52e67f3

View File

@ -535,7 +535,7 @@ void CPluginManager::LoadAll_FirstPass(const char *config, const char *basedir)
SMCParseError err;
unsigned int line, col;
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 */
}