Changeset 139:4a577b978f6c in roaraudio for roard/streams.c


Ignore:
Timestamp:
07/14/08 12:36:37 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

what ever diffrents this makes, but valgrind is now happy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/streams.c

    r129 r139  
    396396   } 
    397397 
     398//   printf("D: bufs[have=%i] = %p\n", have, bufs[have]); 
     399 
    398400   ROAR_DBG("streams_get_mixbuffers(*):  bufs[have] = %p", bufs[have]); 
    399401   ROAR_DBG("streams_get_mixbuffers(*): *bufs[have] = 0x%08x...", *(uint32_t*)bufs[have]); 
     
    404406 
    405407 bufs[have] = NULL; 
     408 //printf("D: bufs[have=%i] = %p\n", have, bufs[have]); 
    406409 
    407410 ROAR_DBG("streams_get_mixbuffers(*): have = %i", have); 
Note: See TracChangeset for help on using the changeset viewer.