src: Fix compiler warning

This commit is contained in:
Tatsuhiro Tsujikawa 2014-01-26 23:13:02 +09:00
parent 9314e30987
commit 6e6127037b
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ void print_timer()
namespace {
void print_frame_hd(const nghttp2_frame_hd& hd)
{
printf("<length=%d, flags=0x%02x, stream_id=%d>\n",
printf("<length=%zu, flags=0x%02x, stream_id=%d>\n",
hd.length, hd.flags, hd.stream_id);
}
} // namespace