From 2c107e360138c90fa8c48fcb37917b998198832e Mon Sep 17 00:00:00 2001 From: Matt Woodrow Date: Tue, 9 Sep 2008 02:45:29 +0000 Subject: [PATCH] Fixed amb1990 - Translator warnings not evaluating format params --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402532 --- core/Translator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Translator.cpp b/core/Translator.cpp index f9f4b860..6546fbfc 100644 --- a/core/Translator.cpp +++ b/core/Translator.cpp @@ -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()