ffserver: move decl to start of func
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
This commit is contained in:
parent
33c4fc0a2d
commit
2ea642ff4b
@ -316,12 +316,12 @@ static char *ctime1(char *buf2, int buf_size)
|
|||||||
static void http_vlog(const char *fmt, va_list vargs)
|
static void http_vlog(const char *fmt, va_list vargs)
|
||||||
{
|
{
|
||||||
static int print_prefix = 1;
|
static int print_prefix = 1;
|
||||||
|
char buf[32];
|
||||||
|
|
||||||
if (!logfile)
|
if (!logfile)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (print_prefix) {
|
if (print_prefix) {
|
||||||
char buf[32];
|
|
||||||
ctime1(buf, sizeof(buf));
|
ctime1(buf, sizeof(buf));
|
||||||
fprintf(logfile, "%s ", buf);
|
fprintf(logfile, "%s ", buf);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user