warning patrol

Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Falk Hüffner
2004-03-24 23:32:48 +00:00
parent d957696f17
commit 7906085fcc
15 changed files with 27 additions and 35 deletions
+1 -1
View File
@@ -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;
}
}