[0064] Fix some unintended custom literals.

This commit is contained in:
LordJZ 2012-08-04 15:59:33 +04:00 committed by Antz
parent aacb838e60
commit fdde26e77b
9 changed files with 38 additions and 38 deletions

View file

@ -696,7 +696,7 @@ int WorldSocket::ProcessIncoming(WorldPacket* new_pct)
return HandleAuthSession(*new_pct);
case CMSG_KEEP_ALIVE:
DEBUG_LOG("CMSG_KEEP_ALIVE ,size: "SIZEFMTD" ", new_pct->size());
DEBUG_LOG("CMSG_KEEP_ALIVE ,size: " SIZEFMTD " ", new_pct->size());
return 0;
default: