aboutsummaryrefslogtreecommitdiff
path: root/scrolllist.c
diff options
context:
space:
mode:
Diffstat (limited to 'scrolllist.c')
-rw-r--r--scrolllist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrolllist.c b/scrolllist.c
index 40b857c..ff615b9 100644
--- a/scrolllist.c
+++ b/scrolllist.c
@@ -1000,7 +1000,7 @@ static void scrolllist_free(t_scrolllist *x)
void scrolllist_setup(void)
{
- logpost(NULL, 4, scrolllist_version );
+ logpost(NULL, 4, "%s", scrolllist_version );
scrolllist_class = class_new(gensym("scrolllist"), (t_newmethod)scrolllist_new,
(t_method)scrolllist_free, sizeof(t_scrolllist),
CLASS_DEFAULT, A_GIMME, 0);