Changeset 5242:97239101cee9 in roaraudio for roard/streams.c


Ignore:
Timestamp:
11/13/11 00:03:27 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

some roard compiler warnings cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r5192 r5242  
    22612261 ROAR_DBG("streams_check(id=%i): asking for %i bytes", id, req); 
    22622262 
    2263  if ( roar_buffer_new(&b, req) == -1 ) { 
     2263 if ( roar_buffer_new_data(&b, req, &buf) == -1 ) { 
    22642264  ROAR_ERR("streams_check(*): Can not alloc buffer space!"); 
    22652265  ROAR_DBG("streams_check(*) = -1"); 
    22662266  return -1; 
    22672267 } 
    2268  
    2269  roar_buffer_get_data(b, &buf); 
    22702268 
    22712269 ROAR_DBG("streams_check(id=%i): buffer is up and ready ;)", id); 
Note: See TracChangeset for help on using the changeset viewer.