Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
27df3d08
Commit
27df3d08
authored
Apr 02, 2014
by
Ivica Bukvic
Browse files
*fixed message formatting inside m_glob.c
parent
315b83c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/m_glob.c
View file @
27df3d08
...
...
@@ -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
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment