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
nerrons
purr-data
Commits
ccb4dd96
Commit
ccb4dd96
authored
Aug 03, 2012
by
Ivica Bukvic
Browse files
reenabled precautionary clearing of the gl_loc to NULL
parent
4c19cbcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/x_preset.c
View file @
ccb4dd96
...
...
@@ -277,7 +277,7 @@ static void preset_node_update_my_glist_location(t_preset_node *x)
x
->
pn_old_gl_loc
=
x
->
pn_gl_loc
;
x
->
pn_old_gl_loc_length
=
x
->
pn_gl_loc_length
;
//
x->pn_gl_loc = NULL;
x
->
pn_gl_loc
=
NULL
;
x
->
pn_gl_loc_length
=
0
;
// let's try to find our hub (if any)
...
...
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