Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rishabh Gupta
purr-data
Commits
b9bdce26
Commit
b9bdce26
authored
Oct 12, 2014
by
pokergaming
Browse files
bugfix for format string without a corresponding variable
parent
8ac5935e
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/extra/expr~/vexp_if.c
View file @
b9bdce26
...
...
@@ -281,7 +281,7 @@ Nexpr_new(t_symbol *s, int ac, t_atom *av)
x
=
(
t_expr
*
)
pd_new
(
fexpr_tilde_class
);
SET_FEXPR_TILDE
(
x
);
}
else
{
post
(
"expr_new: bad object name '%s'"
);
post
(
"expr_new: bad object name '%s'"
,
s
->
s_name
);
/* assume expr */
x
=
(
t_expr
*
)
pd_new
(
expr_class
);
SET_EXPR
(
x
);
...
...
Write
Preview
Markdown
is supported
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