shithub: aubio

Download patch

ref: ae7e547a41b10be632d94eb87856796b4a162dff
parent: fce58d9e922e2ffdc979531af4302583f16ae2b4
author: Paul Brossier <piem@piem.org>
date: Fri Nov 30 04:58:27 EST 2007

examples/utils.c: use uint_t

--- a/examples/utils.c
+++ b/examples/utils.c
@@ -409,7 +409,7 @@
 }
 
 void flush_process(aubio_process_func_t process_func, aubio_print_func_t print){
-  uint i,j;
+  uint_t i,j;
   for (i = 0; i < channels; i++) {
     for (j = 0; j < obuf->length; j++) {
       fvec_write_sample(obuf,0.,i,j);