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:
parent
f31969dbc4
commit
f0be909d31
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user