aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-01-30 03:31:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-01-30 03:31:12 +0000
commit69f03a364cba56414e4deb4cba3a42aeeaf9127b (patch)
tree6c1219f4afb9862603d4abc8d4544ec484cf923b
parent4e48405a0889f7949d0b6604f07e3c1efdac297e (diff)
post version message using verbose(0)
svn path=/trunk/externals/vbap/; revision=15915
-rw-r--r--vbap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbap.c b/vbap.c
index ca351c4..43cebfd 100644
--- a/vbap.c
+++ b/vbap.c
@@ -95,7 +95,7 @@ void vbap_setup(void)
class_addmethod(vbap_class, (t_method)def_ls_read_directions, gensym("ls-directions"), A_GIMME, 0);
class_addmethod(vbap_class, (t_method)def_ls_read_triplets, gensym("ls-triplets"), A_GIMME, 0);
- verbose(-1, VBAP_VERSION);
+ verbose(0, VBAP_VERSION);
}
#else /* MAX */
void main(void)