Skip to content
Snippets Groups Projects
Commit 18dfa7d5 authored by Mark Moriarty's avatar Mark Moriarty
Browse files

Remove color control codes froom vlc-help.txt on Win32

parent 363a105e
No related branches found
No related tags found
No related merge requests found
......@@ -1317,6 +1317,9 @@ static void Usage( libvlc_int_t *p_this, char const *psz_module_name )
psz_spaces_text[PADDING_SPACES+LINE_START] = '\0';
memset( psz_spaces_longtext, ' ', LINE_START+2 );
psz_spaces_longtext[LINE_START+2] = '\0';
#ifdef WIN32
b_color = VLC_FALSE; // don't put color control codes in a .txt file
#endif
if( b_color )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment