aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/msg_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/msg_handler.cpp')
-rw-r--r--src/common/msg_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/msg_handler.cpp b/src/common/msg_handler.cpp
index 3e02ec4d..b3556aaa 100644
--- a/src/common/msg_handler.cpp
+++ b/src/common/msg_handler.cpp
@@ -72,7 +72,7 @@ bool MsgAlert(bool yes_no, int Style, const char* format, ...)
va_list args;
va_start(args, format);
- CharArrayFromFormatV(buffer, sizeof(buffer)-1, str_translator(format).c_str(), args);
+ Common::CharArrayFromFormatV(buffer, sizeof(buffer)-1, str_translator(format).c_str(), args);
va_end(args);
ERROR_LOG(MASTER_LOG, "%s: %s", caption.c_str(), buffer);