diff options
Diffstat (limited to 'src/ClientHandle.cpp')
-rw-r--r-- | src/ClientHandle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientHandle.cpp b/src/ClientHandle.cpp index 7fb4ca1a9..8470e7de6 100644 --- a/src/ClientHandle.cpp +++ b/src/ClientHandle.cpp @@ -699,7 +699,7 @@ void cClientHandle::HandlePing(void) AString Reply; const cServer & Server = *cRoot::Get()->GetServer(); - Printf(Reply, "%s%s" SIZE_T_FMT "%s" SIZE_T_FMT, + Printf(Reply, "%s%s%zu%s%zu", Server.GetDescription().c_str(), cChatColor::Delimiter, Server.GetNumPlayers(), |