Changeset 5950:7fe8f5df7a83 in roaraudio for roarclients/roarvorbis.c


Ignore:
Timestamp:
10/20/13 13:52:15 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

code cleanup and again a patch for checking commandlion parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarvorbis.c

    r5823 r5950  
    309309 
    310310  if ( strcmp(k, "--server") == 0 ) { 
     311   ROAR_CKHAVEARGS(1); 
    311312   roar_libroar_set_server(argv[++i]); 
    312313  } else if ( strcmp(k, "--vclt-out") == 0 ) { 
     314   ROAR_CKHAVEARGS(1); 
    313315   vcltfile = argv[++i]; 
    314316  } else if ( strcmp(k, "--help") == 0 ) { 
Note: See TracChangeset for help on using the changeset viewer.