Changeset 4048:67e307470da3 in roaraudio for libroarpulse


Ignore:
Timestamp:
07/09/10 15:00:39 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use roar_terminate() not roar_exit()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/context.c

    r3934 r4048  
    251251 
    252252 if ( c->state == PA_CONTEXT_READY ) { 
    253   if ( roar_exit(&(c->con)) == -1 ) { 
     253  if ( roar_terminate(&(c->con), 0) == -1 ) { 
    254254   c->errnum = PA_ERR_INTERNAL; 
    255255   s = 0; 
Note: See TracChangeset for help on using the changeset viewer.