mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Use correct msvc type specifiers for ptrdiff_t and size_t.
This commit is contained in:
parent
953b8c5a43
commit
144ef773c7
6 changed files with 9 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue