Changeset 302:28da3aee3fd3 in roaraudio


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

a simple s in front of size_t to make it signed or not can break up everything :), should work again now!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/buffer.c

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