Changeset 301:2f933e4c4f2b in roaraudio


Ignore:
Timestamp:
07/24/08 16:14:21 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

got roar_stream_add_data() working!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/buffer.c

    r48 r301  
    7676 
    7777 while ( buf->next != NULL ) { 
     78  ROAR_DBG("buffer_add(*): buf=%p, next=%p", buf, buf->next); 
    7879//  ROAR_DBG("buffer_add(): buf=%p, buf->next=%p", buf, buf->next); 
    7980  buf = buf->next; 
Note: See TracChangeset for help on using the changeset viewer.