Changeset 4885:01d694a7fdf7 in roaraudio for roarclients/roarmon.c


Ignore:
Timestamp:
04/28/11 17:28:25 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Some cleanup of roarclients to fix ckport warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarmon.c

    r4883 r4885  
    205205 
    206206 if ( prethru ) { 
    207   if ( roar_stream_set_flags(&con, &s, ROAR_FLAG_PRETHRU, 0) == -1 ) { 
     207  if ( roar_stream_set_flags2(&con, &s, ROAR_FLAG_PRETHRU, ROAR_SET_FLAG) == -1 ) { 
    208208   fprintf(stderr, "Error: can not set prethru flag on stream\n"); 
    209209   roar_disconnect(&con); 
Note: See TracChangeset for help on using the changeset viewer.