]> git.sesse.net Git - ffmpeg/commitdiff
use more portable PRIu64
authorGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 25 Jan 2007 10:01:28 +0000 (10:01 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Thu, 25 Jan 2007 10:01:28 +0000 (10:01 +0000)
Originally committed as revision 7707 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/http.c

index 0a588871bb267331ad7370861d20493d20983cc7..63cdb345302bf4ffacc0273caf202f2368e97221 100644 (file)
@@ -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",