From 4af740ac0e286e6b44f8e8129d32f74bd6b1282d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 3 Jun 2015 18:32:13 +0000 Subject: logpost() really requires a format string svn path=/trunk/externals/unauthorized/; revision=17472 --- speexin~.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'speexin~.c') diff --git a/speexin~.c b/speexin~.c index ca3cdfc..3554b24 100644 --- a/speexin~.c +++ b/speexin~.c @@ -608,7 +608,7 @@ static void *speexin_new(t_floatarg fportno, t_floatarg fdographics) void speexin_tilde_setup(void) { - logpost(NULL, 4, speexin_version ); + logpost(NULL, 4, "%s", speexin_version ); speexin_class = class_new(gensym("speexin~"), (t_newmethod) speexin_new, (t_method) speexin_free, sizeof(t_speexin), CLASS_NOINLET, A_DEFFLOAT, A_DEFFLOAT, A_NULL); -- cgit v1.2.1