Commit df596611 authored by Fabio Ritrovato's avatar Fabio Ritrovato

Don't use color when listing modules on Windows

parent f5dcf639
......@@ -1920,6 +1920,7 @@ static void ListModules( libvlc_int_t *p_this, bool b_verbose )
#ifdef WIN32
ShowConsole( true );
b_color = false; // don't put color control codes in a .txt file
#endif
/* List all modules */
......
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