Changeset 2222:398cf495b414 in roaraudio


Ignore:
Timestamp:
07/28/09 00:15:54 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

error on unknown protocol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarradio.c

    r2114 r2222  
    9999   host  = file+9; 
    100100   port  = 70; 
     101  } else { 
     102   fprintf(stderr, "Error: unknown protocol: %s\n", file); 
     103   return 20; 
    101104  } 
    102105 
Note: See TracChangeset for help on using the changeset viewer.