diff options
Diffstat (limited to 'disto~.c')
-rw-r--r-- | disto~.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -473,7 +473,7 @@ static void *disto_new(void) void disto_tilde_setup(void) { - logpost(NULL, 4, disto_version ); + logpost(NULL, 4, "%s", disto_version ); disto_class = class_new(gensym("disto~"), (t_newmethod)disto_new, (t_method)disto_free, sizeof(t_disto), 0, 0); |