diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-03-12 18:34:50 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-03-12 18:34:50 +0100 |
commit | 862e2194433b5d47aaf88261091b35a1ee663482 (patch) | |
tree | 0193a728a38fd760b40d186d45c283ac2685e7ea /src/Protocol/Protocol132.cpp | |
parent | Merge branch 'Werror' into warnings (diff) | |
download | cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.gz cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.bz2 cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.lz cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.xz cuberite-862e2194433b5d47aaf88261091b35a1ee663482.tar.zst cuberite-862e2194433b5d47aaf88261091b35a1ee663482.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol132.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol132.cpp b/src/Protocol/Protocol132.cpp index 43fe90616..be9c503ed 100644 --- a/src/Protocol/Protocol132.cpp +++ b/src/Protocol/Protocol132.cpp @@ -100,7 +100,7 @@ cProtocol132::~cProtocol132() { if (!m_DataToSend.empty()) { - LOGD("There are %zu unsent bytes while deleting cProtocol132", m_DataToSend.size()); + LOGD("There are " SIZE_T_FMT " unsent bytes while deleting cProtocol132", m_DataToSend.size()); } } |