[Ffmpeg-cvslog] r7707 - trunk/libavformat/http.c
gpoirier
subversion
Thu Jan 25 11:01:28 CET 2007
Author: gpoirier
Date: Thu Jan 25 11:01:28 2007
New Revision: 7707
Modified:
trunk/libavformat/http.c
Log:
use more portable PRIu64
Modified: trunk/libavformat/http.c
==============================================================================
--- trunk/libavformat/http.c (original)
+++ trunk/libavformat/http.c Thu Jan 25 11:01:28 2007
@@ -222,7 +222,7 @@
"%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",
More information about the ffmpeg-cvslog
mailing list