diff options
Diffstat (limited to 'src/char/char.cpp')
-rw-r--r-- | src/char/char.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/char.cpp b/src/char/char.cpp index 9749c23..5c501b4 100644 --- a/src/char/char.cpp +++ b/src/char/char.cpp @@ -2260,7 +2260,7 @@ void parse_frommap(int fd) return; } // inter server処理でもない場合は切断 - PRINTF("char: unknown packet 0x%04x (%d bytes to read in buffer)! (from map).\n", + PRINTF("char: unknown packet 0x%04x (%zu bytes to read in buffer)! (from map).\n", RFIFOW(fd, 0), RFIFOREST(fd)); session[fd]->eof = 1; return; |