Commit f5ac248b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

parent 82b3b8dd
......@@ -1257,6 +1257,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