Changeset 139:4a577b978f6c in roaraudio for roard/mixer.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/mixer.c

    r18 r139  
    6262 for (s = 0; s < samples; s++) { 
    6363  c = 0; 
    64   for (i = 0; input[i] != NULL; i++) 
     64  for (i = 0; input[i] != NULL; i++) { 
     65//   printf("D: input[i=%i] = %p\n", i, input[i]); 
    6566   c += in[i][s]; 
     67  } 
    6668 
    6769  if ( c > 32767 ) 
Note: See TracChangeset for help on using the changeset viewer.