Changeset 3898:ee9d45cf981d in roaraudio for libroar/vio.c


Ignore:
Timestamp:
05/25/10 18:26:39 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for accept()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio.c

    r3895 r3898  
    393393   break; 
    394394  case ROAR_VIO_CTL_ACCEPT: 
    395     tmp = accept(roar_vio_get_fh(vio), NULL, 0); 
     395    tmp = ROAR_ACCEPT(roar_vio_get_fh(vio), NULL, 0); 
    396396    if ( tmp == -1 ) 
    397397     return -1; 
Note: See TracChangeset for help on using the changeset viewer.