Use correct msvc type specifiers for ptrdiff_t and size_t.

This commit is contained in:
Carl Eugen Hoyos
2016-03-09 14:00:22 +01:00
parent 953b8c5a43
commit 144ef773c7
6 changed files with 9 additions and 9 deletions

View File

@@ -370,7 +370,7 @@ static int http_write_reply(URLContext* h, int status_code)
message_len = snprintf(message, sizeof(message),
"HTTP/1.1 %03d %s\r\n"
"Content-Type: %s\r\n"
"Content-Length: %zu\r\n"
"Content-Length: %"SIZE_SPECIFIER"\r\n"
"\r\n"
"%03d %s\r\n",
reply_code,