mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
warning patrol
Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -1468,7 +1468,7 @@ static int http_parse_request(HTTPContext *c)
|
||||
if (eol) {
|
||||
if (eol[-1] == '\r')
|
||||
eol--;
|
||||
http_log("%.*s\n", eol - logline, logline);
|
||||
http_log("%.*s\n", (int) (eol - logline), logline);
|
||||
c->suppress_log = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user