Changeset 5118:2b5777714b0d in roaraudio for libroar/file.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/file.c

    r4708 r5118  
    261261  } 
    262262 
    263   if ( roar_stream_connect(con, s, ROAR_DIR_PLAY) == -1 ) { 
     263  if ( roar_stream_connect2(con, s, ROAR_DIR_PLAY, -1) == -1 ) { 
    264264   ROAR_ERR("roar_file_play_full(*): Can not connect new stream to server."); 
    265265   close(in); 
     
    295295   } 
    296296 
    297    if ( roar_stream_connect(con, s, ROAR_DIR_PLAY) == -1 ) { 
     297   if ( roar_stream_connect2(con, s, ROAR_DIR_PLAY, -1) == -1 ) { 
    298298    close(in); 
    299299    return -1; 
Note: See TracChangeset for help on using the changeset viewer.