summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/http.c b/libavformat/http.c
index 0a588871bb..63cdb34530 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -222,7 +222,7 @@ static int http_connect(URLContext *h, const char *path, const char *hoststr,
"%s %s HTTP/1.1\r\n"
"User-Agent: %s\r\n"
"Accept: */*\r\n"
- "Range: bytes=%llu-\r\n"
+ "Range: bytes=%"PRId64"-\r\n"
"Host: %s\r\n"
"Authorization: Basic %s\r\n"
"\r\n",