Skip to content
Snippets Groups Projects
Commit 27df3d08 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*fixed message formatting inside m_glob.c

parent 315b83c1
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ void max_default(t_pd *x, t_symbol *s, int argc, t_atom *argv)
{
int i;
char str[80];
startpost("%s: unknown message %s ", class_getname(pd_class(x)),
startpost("%s: unknown message %s", class_getname(pd_class(x)),
s->s_name);
for (i = 0; i < argc; i++)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment