Changeset c6f9a67d3f6741518abff10e1ea22f8dc984b7b1

Show
Ignore:
Timestamp:
16/02/08 01:05:45 (8 months ago)
Author:
Mark Moriarty <markfm@videolan.org>
git-committer:
Mark Moriarty <markfm@videolan.org> 1203120345 +0000
git-parent:

[9bc8e6edb6312c0949f81bba65f53ce61faf0c87]

git-author:
Mark Moriarty <markfm@videolan.org> 1203120345 +0000
Message:

One remaining Windows txt file color control code removed, thanks to Andre Weber

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc-common.c

    r9bc8e6e rc6f9a67  
    16971697    } 
    16981698 
    1699     if( b_has_advanced ) 
    1700         utf8_fprintf( stdout, "\n" WHITE "%s" GRAY " %s\n", _( "Note:" ), 
    1701         _( "add --advanced to your command line to see advanced options." ) ); 
     1699    if( b_has_advanced )  
     1700    { 
     1701        if( b_color ) 
     1702            utf8_fprintf( stdout, "\n" WHITE "%s" GRAY " %s\n", _( "Note:" ), 
     1703           _( "add --advanced to your command line to see advanced options.")); 
     1704        else 
     1705            utf8_fprintf( stdout, "\n %s %s\n", _( "Note:" ), 
     1706           _( "add --advanced to your command line to see advanced options.")); 
     1707    } 
    17021708 
    17031709    /* Release the module list */