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
Ishan Kumar Kaler
purr-data
Commits
90bdff38
Commit
90bdff38
authored
Apr 21, 2021
by
Ishan Kumar Kaler
Browse files
Revert "added classname in m_obj.c"
This reverts commit
be6b2692
parent
be6b2692
Pipeline
#3583
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/src/m_obj.c
View file @
90bdff38
...
...
@@ -76,9 +76,8 @@ char *type_hint(t_symbol *s, int argc, t_atom *argv, int dostof);
static
void
inlet_wrong
(
t_inlet
*
x
,
t_symbol
*
s
,
int
argc
,
t_atom
*
argv
)
{
pd_error
(
x
->
i_owner
,
"inlet of %s: expected '%s' but got '%s'%s"
,
(
char
*
)
class_getname
(
*
(
x
->
i_dest
)),
x
->
i_symfrom
->
s_name
,
s
->
s_name
,
type_hint
(
s
,
argc
,
argv
,
1
));
pd_error
(
x
->
i_owner
,
"inlet: expected '%s' but got '%s'%s"
,
x
->
i_symfrom
->
s_name
,
s
->
s_name
,
type_hint
(
s
,
argc
,
argv
,
1
));
}
/* forward a message to an inlet~ object */
...
...
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