diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 11ad00efd..8cce240d3 100644 --- a/src/main.c +++ b/src/main.c @@ -357,8 +357,8 @@ void setupLogOutput(Options * options, FILE * out, FILE * err) { } myfprintfStdLogMode(out, err); - flushWarningLog(); } + flushWarningLog(); /* lets redirect stdin to dev null as a work around for libao bug */ { |