aboutsummaryrefslogtreecommitdiff
path: root/scratcher~.c
diff options
context:
space:
mode:
Diffstat (limited to 'scratcher~.c')
-rw-r--r--scratcher~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scratcher~.c b/scratcher~.c
index a847071..ca26cbd 100644
--- a/scratcher~.c
+++ b/scratcher~.c
@@ -805,7 +805,7 @@ static void *scratcher_new(t_symbol *s, int argc, t_atom *argv)
void scratcher_tilde_setup(void)
{
- logpost(NULL, 4, scratcher_version);
+ logpost(NULL, 4, "%s", scratcher_version);
scratcher_class = class_new(gensym("scratcher~"), (t_newmethod)scratcher_new, (t_method)scratcher_free,
sizeof(t_scratcher), 0, A_GIMME, 0);