Changeset 5109:4f9fc788fe91 in roaraudio for roarclients/roarcatpassfh.c


Ignore:
Timestamp:
07/28/11 16:32:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Started to use compiler attributes (Also see: #130)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarcatpassfh.c

    r4914 r5109  
    5656 
    5757 
     58 roar_debug_bin_obsolete(argv[0], "roarcat", NULL); 
     59 
    5860 for (i = 1; i < argc; i++) { 
    5961  k = argv[i]; 
     
    8991 } 
    9092 
    91  if ( roar_stream_connect(&con, &s, ROAR_DIR_PLAY) == -1 ) { 
     93 if ( roar_stream_connect2(&con, &s, ROAR_DIR_PLAY, -1) == -1 ) { 
    9294  roar_disconnect(&con); 
    9395  return 1; 
Note: See TracChangeset for help on using the changeset viewer.