Changeset 5148:73d76a74be61 in roaraudio for libroar/stream.c


Ignore:
Timestamp:
10/15/11 14:29:29 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

improved error handling some more, marked some stuff as obsolete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/stream.c

    r5145 r5148  
    6767 roar_stream_s2m(&ms, &m); 
    6868 
    69  if ( roar_req(con, &m, NULL) != 0 ) 
     69 if ( roar_req3(con, &m, NULL) != 0 ) 
    7070  return -1; 
    7171 
Note: See TracChangeset for help on using the changeset viewer.