From fb95f8f94849db058a566cde134f52b5f50ddfcf Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 30 Jan 2012 03:44:35 +0000 Subject: post version message using verbose(0) svn path=/trunk/externals/unauthorized/; revision=15918 --- spigot~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spigot~.c') diff --git a/spigot~.c b/spigot~.c index fe54152..c11325c 100644 --- a/spigot~.c +++ b/spigot~.c @@ -65,7 +65,7 @@ static void spigot_set(t_spigot *x, t_float f) void spigot_tilde_setup(void) { - post ( spigot_version ); + verbose(0, spigot_version ); spigot_class = class_new(gensym("spigot~"), (t_newmethod)spigot_new, 0, sizeof(t_spigot), 0, 0); CLASS_MAINSIGNALIN( spigot_class, t_spigot, x_f ); -- cgit v1.2.1