Changeset 4964:bba084fba0fa in roaraudio for libroar


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
  • libroar/vio_dstr.c

    r4956 r4964  
    780780  } 
    781781 
    782   if ( roar_vio_init_calls(tc) == -1 ) { 
     782  if ( roar_vio_clear_calls(tc) == -1 ) { 
    783783   free(tc); 
    784784   _ret(-1); 
     
    813813   } 
    814814 
    815    if ( roar_vio_init_calls(tc) == -1 ) { 
     815   if ( roar_vio_clear_calls(tc) == -1 ) { 
    816816    free(tc); 
    817817    _ret(-1); 
Note: See TracChangeset for help on using the changeset viewer.