Commit b4962298 authored by gpoirier's avatar gpoirier

use more portable PRIu64


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7707 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 36809658
...@@ -222,7 +222,7 @@ static int http_connect(URLContext *h, const char *path, const char *hoststr, ...@@ -222,7 +222,7 @@ static int http_connect(URLContext *h, const char *path, const char *hoststr,
"%s %s HTTP/1.1\r\n" "%s %s HTTP/1.1\r\n"
"User-Agent: %s\r\n" "User-Agent: %s\r\n"
"Accept: */*\r\n" "Accept: */*\r\n"
"Range: bytes=%llu-\r\n" "Range: bytes=%"PRId64"-\r\n"
"Host: %s\r\n" "Host: %s\r\n"
"Authorization: Basic %s\r\n" "Authorization: Basic %s\r\n"
"\r\n", "\r\n",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment