Err, fixed these

This commit is contained in:
David Anderson
2005-07-22 20:41:32 +00:00
parent 29e1a5edc8
commit 536a4f8472
3 changed files with 77 additions and 119 deletions

View File

@ -69,8 +69,8 @@ int CPluginMngr::loadPluginsFromFile( const char* filename )
while ( !feof(fp) )
{
*pluginName = 0;
*debug = 0;
pluginName[0] = '\0';
debug[0] = '\0';
debugFlag = 0;
line.clear();
line._fread(fp);