Changeset 3953:191e7d8fe7fc in roaraudio


Ignore:
Timestamp:
06/25/10 02:09:01 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

init with save defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r3952 r3953  
    722722 handle->type        = HT_VIO; 
    723723 handle->sysio_flags = flags; 
     724 
     725 if ( roar_vio_init_calls(&(handle->stream_vio)) == -1 ) { 
     726  _close_handle(handle); 
     727  return -1; 
     728 } 
    724729 
    725730 *vio = &(handle->stream_vio); 
Note: See TracChangeset for help on using the changeset viewer.