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
Aayush
purr-data
Commits
c3a06e9d
Commit
c3a06e9d
authored
Sep 01, 2014
by
Ivica Bukvic
Browse files
*removed debug output and implemented check that Jonathan suggested
parent
0b96f889
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
c3a06e9d
...
...
@@ -1407,7 +1407,7 @@ void svg_sendupdate(t_svg *x, t_canvas *c, t_symbol *s,
need to experiment with gop scalars to make sure I'm not breaking
anything */
int in_array = (sc->sc_vec != data);
post("in_array is %d", in_array);
//
post("in_array is %d", in_array);
char tag[MAXPDSTRING];
if (x->x_type == gensym("group"))
{
...
...
@@ -2240,7 +2240,7 @@ void svg_parsetransform(t_svg *x, t_template *template, t_word *data,
t_fielddesc *fd = x->x_transform;
/* should probably change this to argc > 0 since a screwup
could land us in negativeland */
while (argc)
while (argc
> 0
)
{
if (fd->fd_un.fd_varsym)
type = fd->fd_un.fd_varsym;
...
...
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