mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[8390] Fixed log output work after recent replace UTF8PRINT macro.
This commit is contained in:
parent
35121cdd34
commit
0ae528775d
4 changed files with 55 additions and 25 deletions
|
|
@ -284,6 +284,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue