Fixed amb1990 - Translator warnings not evaluating format params

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402531
This commit is contained in:
Matt Woodrow 2008-09-09 02:45:16 +00:00
parent f31969dbc4
commit f0be909d31

View File

@ -101,7 +101,7 @@ void CPhraseFile::ParseWarning(const char *message, ...)
m_FileLogged = true;
}
g_Logger.LogError("[SM] %s", message);
g_Logger.LogError("[SM] %s", buffer);
}
void CPhraseFile::ReparseFile()