Changeset 1613:d95dbd4f2083 in roaraudio


Ignore:
Timestamp:
04/25/09 14:48:54 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do not set fh on streams (vio!)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r1610 r1613  
    10951095  return -1; 
    10961096 
    1097  roar_vio_set_fh(&(stream->vio), ROAR_STREAM(stream)->fh); 
     1097 //roar_vio_set_fh(&(stream->vio), ROAR_STREAM(stream)->fh); 
    10981098 
    10991099 if ( ! stream->vio.read ) 
     
    11201120  return -1; 
    11211121 
     1122/* 
    11221123 if ( roar_vio_get_fh(&(stream->vio)) == -1 && ROAR_STREAM(stream)->fh != -1 ) 
    11231124  roar_vio_set_fh(&(stream->vio), ROAR_STREAM(stream)->fh); 
     1125*/ 
    11241126 
    11251127// ROAR_WARN("stream_vio_s_write(*): writing..."); 
Note: See TracChangeset for help on using the changeset viewer.