From: Paul Brossier Date: Sat, 3 Jun 2006 15:13:07 +0000 (+0000) Subject: fix signed/unsigned mismatches in examples X-Git-Tag: bzr2git~661 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af35ed0b2dcf780dbb33ead37d4e94509563465a;p=aubio.git fix signed/unsigned mismatches in examples fix signed/unsigned mismatches in examples --- diff --git a/examples/aubionotes.c b/examples/aubionotes.c index 9780b953..11abb43e 100644 --- a/examples/aubionotes.c +++ b/examples/aubionotes.c @@ -25,7 +25,7 @@ int aubio_process(float **input, float **output, int nframes); int aubio_process(float **input, float **output, int nframes) { unsigned int i; /*channels*/ unsigned int j; /*frames*/ - for (j=0;jdata[0]; - for (j=0;jdata, obuf->data, overlap_size);