projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1789b0c
)
src/fvec.c: use AUBIO_SMPL_FMT
author
Paul Brossier
<piem@piem.org>
Thu, 17 Sep 2009 05:24:31 +0000
(07:24 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 17 Sep 2009 05:24:31 +0000
(07:24 +0200)
src/fvec.c
patch
|
blob
|
history
diff --git
a/src/fvec.c
b/src/fvec.c
index 6ba0c33334891bee25d3bbc032d9f71d96c131a3..968211aa92b4ac73b7cc7e84ba3f112cf9f00d37 100644
(file)
--- a/
src/fvec.c
+++ b/
src/fvec.c
@@
-67,7
+67,7
@@
void fvec_print(fvec_t *s) {
uint_t i,j;
for (i=0; i< s->channels; i++) {
for (j=0; j< s->length; j++) {
- AUBIO_MSG(
"%f
", s->data[i][j]);
+ AUBIO_MSG(
AUBIO_SMPL_FMT "
", s->data[i][j]);
}
AUBIO_MSG("\n");
}