Changeset 4885:01d694a7fdf7 in roaraudio for roarclients/roarmonhttp.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/roarmonhttp.c

    r4883 r4885  
    347347 
    348348 if ( sflags != ROAR_FLAG_NONE ) { 
    349   if ( roar_stream_set_flags(&con, &s, sflags, 0) == -1 ) { 
     349  if ( roar_stream_set_flags2(&con, &s, sflags, ROAR_SET_FLAG) == -1 ) { 
    350350   roar_disconnect(&con); 
    351351   return 14; 
Note: See TracChangeset for help on using the changeset viewer.