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
Jonathan Wilkes
purr-data
Commits
5d459b4e
Commit
5d459b4e
authored
Dec 01, 2017
by
Jonathan Wilkes
Browse files
Merge branch 'struct-array-fix'
parents
f99797cd
671e9f79
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
5d459b4e
...
@@ -363,12 +363,6 @@ static t_scalar *template_conformscalar(t_template *tfrom, t_template *tto,
...
@@ -363,12 +363,6 @@ static t_scalar *template_conformscalar(t_template *tfrom, t_template *tto,
}
}
else if (ds->ds_type == DT_ARRAY)
else if (ds->ds_type == DT_ARRAY)
{
{
t_symbol *arraytemplate = ds->ds_fieldtemplate;
if (arraytemplate == tfrom->t_sym ||
arraytemplate == tto->t_sym)
{
return 0;
}
template_conformarray(tfrom, tto, conformaction,
template_conformarray(tfrom, tto, conformaction,
x->sc_vec[i].w_array);
x->sc_vec[i].w_array);
}
}
...
...
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