Changeset 1775:134d4d6a7859 in roaraudio


Ignore:
Timestamp:
05/19/09 17:21:15 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only use vars we really need, removed unused argument of printf()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarcatplay.c

    r1774 r1775  
    5353 int    bg      = 0; 
    5454 int    verbose = 0; 
     55#ifdef ROAR_HAVE_UNIX 
    5556 struct roar_connection con[1]; 
    5657 struct roar_stream     stream[1]; 
     58#endif 
    5759 
    5860 for (i = 1; i < argc; i++) { 
     
    8688#ifndef ROAR_HAVE_UNIX 
    8789 if ( mode == MODE_PASSIVE ) { 
    88   fprintf(stderr, "Error: passive mode is not supported on this system.\n", k); 
     90  fprintf(stderr, "Error: passive mode is not supported on this system.\n"); 
    8991  return 1; 
    9092 } 
Note: See TracChangeset for help on using the changeset viewer.