Commit 18dfa7d5 authored by Mark Moriarty's avatar Mark Moriarty

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

parent 363a105e
......@@ -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 )
{
......
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