projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fce58d9
)
examples/utils.c: use uint_t
author
Paul Brossier
<piem@piem.org>
Fri, 30 Nov 2007 08:58:27 +0000
(09:58 +0100)
committer
Paul Brossier
<piem@piem.org>
Fri, 30 Nov 2007 08:58:27 +0000
(09:58 +0100)
examples/utils.c
patch
|
blob
|
history
diff --git
a/examples/utils.c
b/examples/utils.c
index 484a02c29198ffbc1418c82e9f4c35bece9023e9..77c813fe28a23a6b81c08dda4e5b688f4ed8af0b 100644
(file)
--- a/
examples/utils.c
+++ b/
examples/utils.c
@@
-409,7
+409,7
@@
void examples_common_process(aubio_process_func_t process_func, aubio_print_func
}
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);