Changeset 4986:4fc329a15435 in roaraudio


Ignore:
Timestamp:
05/20/11 11:48:49 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fix parsing of --verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r4975 r4986  
    15911591   ROAR_ERR("--daemon not supported"); 
    15921592#endif 
     1593  } else if ( strcmp(k, "--verbose") == 0 ) { 
     1594   g_verbose++; 
     1595 
    15931596  } else if ( strcmp(k, "--print-format") == 0 ) { 
    1594    g_verbose++; 
    15951597   k = argv[++i]; 
    15961598   if ( !strcasecmp(k, "native") ) { 
Note: See TracChangeset for help on using the changeset viewer.