Changeset 2768:77b2418aa302 in roaraudio


Ignore:
Timestamp:
09/23/09 02:55:49 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use socket fh not normal fh, you know, win32....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/roard/protocol-esound.c

    r2542 r2768  
    140140 if ( vio == NULL ) { 
    141141  vio = &calls; 
    142   if ( roar_vio_open_fh(vio, clients_get_fh(client)) == -1 ) 
     142  if ( roar_vio_open_fh_socket(vio, clients_get_fh(client)) == -1 ) 
    143143   return -1; 
    144144 } 
Note: See TracChangeset for help on using the changeset viewer.