aboutsummaryrefslogtreecommitdiff
path: root/randomblock~.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2015-06-03 18:32:13 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:23:30 +0200
commit4af740ac0e286e6b44f8e8129d32f74bd6b1282d (patch)
treecc84626396ec608a89393914ecf86bb27bf5c2af /randomblock~.c
parentabdad952689c21d28683feff31b1fc6b6e2b1ce7 (diff)
logpost() really requires a format string
svn path=/trunk/externals/unauthorized/; revision=17472
Diffstat (limited to 'randomblock~.c')
-rw-r--r--randomblock~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/randomblock~.c b/randomblock~.c
index f75e16b..3508b61 100644
--- a/randomblock~.c
+++ b/randomblock~.c
@@ -110,7 +110,7 @@ static void randomblock_dsp(t_randomblock *x, t_signal **sp)
void randomblock_tilde_setup(void)
{
- logpost(NULL, 4, randomblock_version);
+ logpost(NULL, 4, "%s", randomblock_version);
randomblock_class = class_new(gensym("randomblock~"), (t_newmethod)randomblock_new,
(t_method)randomblock_free,
sizeof(t_randomblock), 0, A_DEFFLOAT, 0);