Changeset 5109:4f9fc788fe91 in roaraudio for roarclients/roarradio.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/roarradio.c

    r4740 r5109  
    211211 } 
    212212 
    213  if ( roar_stream_connect(con, stream, ROAR_DIR_PLAY) == -1 ) { 
     213 if ( roar_stream_connect2(con, stream, ROAR_DIR_PLAY, -1) == -1 ) { 
    214214  roar_disconnect(con); 
    215215  return 1; 
Note: See TracChangeset for help on using the changeset viewer.