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
e281c7a2
Commit
e281c7a2
authored
Jun 06, 2018
by
Jonathan Wilkes
Browse files
Merge branch 'initbang-fix'
parents
6624eb54
52f60ebe
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/m_binbuf.c
View file @
e281c7a2
...
...
@@ -1693,7 +1693,8 @@ void binbuf_evalfile(t_symbol *name, t_symbol *dir)
b
=
newb
;
}
binbuf_eval
(
b
,
0
,
0
,
0
);
canvas_initbang
((
t_canvas
*
)(
s__X
.
s_thing
));
/* JMZ*/
if
(
s__X
.
s_thing
&&
pd_class
(
s__X
.
s_thing
)
==
canvas_class
)
canvas_initbang
((
t_canvas
*
)(
s__X
.
s_thing
));
gensym
(
"#A"
)
->
s_thing
=
bounda
;
s__N
.
s_thing
=
boundn
;
}
...
...
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