Commit c685c810 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont Committed by Sébastien Escudier

Flush standard output after help is written (fix #4102)

(cherry picked from commit f5ac248b3ab9a70dc43ec8f8b9063aa200d94136)
Signed-off-by: default avatarSébastien Escudier <sebastien-devel@celeos.eu>
parent 5bd13bfe
......@@ -1303,6 +1303,7 @@ static void Help( libvlc_int_t *p_this, char const *psz_help_name )
#ifdef WIN32 /* Pause the console because it's destroyed when we exit */
PauseConsole();
#endif
fflush( stdout );
}
/*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment