1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

use more portable PRIu64

Originally committed as revision 7707 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Guillaume Poirier 2007-01-25 10:01:28 +00:00
parent aadcc5cecd
commit 706c0d6509

View 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",