Changeset 4964:bba084fba0fa in roaraudio for libroaross


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

avoide most external uses of roar_vio_init_calls()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r4853 r4964  
    793793 handle->sysio_flags = flags; 
    794794 
    795  if ( roar_vio_init_calls(&(handle->stream_vio)) == -1 ) { 
     795 if ( roar_vio_clear_calls(&(handle->stream_vio)) == -1 ) { 
    796796  _close_handle(handle); 
    797797  return -1; 
Note: See TracChangeset for help on using the changeset viewer.