Skip to content
Snippets Groups Projects
Commit a83ad295 authored by Ishan Kumar Kaler's avatar Ishan Kumar Kaler
Browse files

Merge branch 'revert-be6b2692' into 'master'

Revert "added classname in m_obj.c"

See merge request ishankaler/purr-data!1
parents be6b2692 90bdff38
No related branches found
No related tags found
1 merge request!801[pdcontrol] and purr-help patches
......@@ -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 */
......
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