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
Flachy Joe
purr-data
Commits
995f77ef
Commit
995f77ef
authored
Nov 09, 2017
by
Jonathan Wilkes
Browse files
fix regression in tag for [draw g]
parent
bd082680
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_scalar.c
View file @
995f77ef
...
...
@@ -785,12 +785,10 @@ static void scalar_group_configure(t_scalar *x, t_glist *owner,
{
t_gobj
*
y
;
char
tagbuf
[
MAXPDSTRING
];
sprintf
(
tagbuf
,
"d
raw
%lx.%lx"
,
(
long
unsigned
int
)
gl
,
sprintf
(
tagbuf
,
"d
group
%lx.%lx"
,
(
long
unsigned
int
)
gl
,
(
long
unsigned
int
)
data
);
char
parentbuf
[
MAXPDSTRING
];
/* check if we're in an array-- really need to see if we can just
get rid of the different tag names for arrays... */
sprintf
(
parentbuf
,
"draw%lx.%lx"
,
sprintf
(
parentbuf
,
"dgroup%lx.%lx"
,
(
long
unsigned
int
)
parent
,
(
long
unsigned
int
)
data
);
gui_start_vmess
(
"gui_draw_configure_all"
,
"xs"
,
...
...
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