diff options
author | megamage <none@none> | 2009-08-19 17:14:18 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-19 17:14:18 -0500 |
commit | 34a95e7fa882f702e50305b9bc726d5b86c7e63b (patch) | |
tree | 2ad0c1e9e29b1224abe28d2f9e91766fa7eaa3dd /src/shared/Util.h | |
parent | c9117721255b24d86f00b3f94c6f112fefa5bfdd (diff) |
[8390] Fixed log output work after recent replace UTF8PRINT macro. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Util.h')
-rw-r--r-- | src/shared/Util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Util.h b/src/shared/Util.h index a57c7b2a2f4..91f7c95b5ab 100644 --- a/src/shared/Util.h +++ b/src/shared/Util.h @@ -286,6 +286,7 @@ bool utf8ToConsole(const std::string& utf8str, std::string& conStr); bool consoleToUtf8(const std::string& conStr,std::string& utf8str); bool Utf8FitTo(const std::string& str, std::wstring search); void utf8printf(FILE *out, const char *str, ...); +void vutf8printf(FILE *out, const char *str, va_list* ap); bool IsIPAddress(char const* ipaddress); uint32 CreatePIDFile(const std::string& filename); |