Fixed amb1990 - Translator warnings not evaluating format params

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402532
This commit is contained in:
Matt Woodrow 2008-09-09 02:45:29 +00:00
parent 29d1246b8d
commit 2c107e3601

View File

@ -103,7 +103,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()