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
Wynn
purr-data
Commits
5970f751
Commit
5970f751
authored
Jul 23, 2014
by
Ivica Bukvic
Browse files
*removed debug info
parent
4fb3d5b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
5970f751
...
...
@@ -229,8 +229,8 @@ int template_match(t_template *x1, t_template *x2)
x1->t_vec[i].ds_type == DT_LIST)
return (0);
}
if (x2->t_n > x1->t_n)
post("add elements...");
//
if (x2->t_n > x1->t_n)
//
post("add elements...");
for (i = 0; i < x2->t_n; i++)
if (!dataslot_matches(&x1->t_vec[i], &x2->t_vec[i], 1))
return (0);
...
...
@@ -456,8 +456,8 @@ void template_conform(t_template *tfrom, t_template *tto)
t_glist *gl;
post("conforming template '%s' to new structure",
tfrom->t_sym->s_name);
for (i = 0; i < nto; i++)
post("... %d", conformaction[i]);
//
for (i = 0; i < nto; i++)
//
post("... %d", conformaction[i]);
for (gl = canvas_list; gl; gl = gl->gl_next)
template_conformglist(tfrom, tto, gl, conformaction);
}
...
...
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