aboutsummaryrefslogtreecommitdiff
path: root/formant~.c
diff options
context:
space:
mode:
Diffstat (limited to 'formant~.c')
-rw-r--r--formant~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/formant~.c b/formant~.c
index 0535576..1753a39 100644
--- a/formant~.c
+++ b/formant~.c
@@ -260,7 +260,7 @@ static void *formant_new(t_floatarg fsize, t_floatarg ffreq, t_floatarg ffwidth,
void formant_tilde_setup(void)
{
- logpost(NULL, 4, formant_version);
+ logpost(NULL, 4, "%s", formant_version);
formant_class = class_new(gensym("formant~"), (t_newmethod)formant_new, (t_method)formant_free,
sizeof(t_formant), 0, A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, A_DEFFLOAT, 0);
class_addmethod(formant_class, (t_method)formant_dsp, gensym("dsp"), 0);