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
887c9925
Commit
887c9925
authored
Aug 27, 2014
by
Mathieu L Bouchard
Browse files
fix too many args in sys_vgui
parent
baf14971
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_template.c
View file @
887c9925
...
...
@@ -5243,7 +5243,7 @@ static void plot_vis(t_gobj *z, t_glist *glist, t_glist *parentglist,
"-matrix {{1.0 0.0} {0.0 1.0} {%g %g}} ",
glist_getcanvas(glist), elemtemplatecanvas,
(t_word *)(elem + elemsize * i),
x->x_canvas, data,
usexloc, useyloc);
usexloc, useyloc);
if (in_array)
{
sys_vgui("-parent {.scelem%lx.%lx}\n", parentglist, data);
...
...
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