Changeset 5118:2b5777714b0d in roaraudio for libroar/vio_stream.c


Ignore:
Timestamp:
08/01/11 03:27:44 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_stream.c

    r5116 r5118  
    121121 } 
    122122 
    123  if ( roar_stream_connect(con, &stream, dir) == -1 ) { 
     123 if ( roar_stream_connect2(con, &stream, dir, -1) == -1 ) { 
    124124  err = roar_error; 
    125125  roar_disconnect(con); 
Note: See TracChangeset for help on using the changeset viewer.