mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
flush the output each log call
This commit is contained in:
parent
fdb74e1aba
commit
bf3da64c43
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ ma_log (const char *fmt, ...)
|
||||||
va_start (args, fmt);
|
va_start (args, fmt);
|
||||||
vfprintf (stdout, fmt, args);
|
vfprintf (stdout, fmt, args);
|
||||||
va_end (args);
|
va_end (args);
|
||||||
|
fflush (stdout);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_IN_PKTINFO
|
#ifdef HAVE_IN_PKTINFO
|
||||||
|
|
Loading…
Reference in a new issue