aboutsummaryrefslogtreecommitdiff
path: root/wahwah~.c
diff options
context:
space:
mode:
Diffstat (limited to 'wahwah~.c')
-rw-r--r--wahwah~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wahwah~.c b/wahwah~.c
index d0ecac2..2c23e32 100644
--- a/wahwah~.c
+++ b/wahwah~.c
@@ -393,7 +393,7 @@ static void *wahwah_new(void)
void wahwah_tilde_setup(void)
{
- logpost(NULL, 4, wahwah_version );
+ logpost(NULL, 4, "%s", wahwah_version );
wahwah_class = class_new(gensym("wahwah~"), (t_newmethod)wahwah_new, (t_method)wahwah_free,
sizeof(t_wahwah), 0, 0);