Skip to content

Commit

Permalink
Update comment.c
Browse files Browse the repository at this point in the history
  • Loading branch information
porres committed Oct 18, 2023
1 parent 218b8d1 commit 5d06296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cyclone_objects/binaries/control/comment.c
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,8 @@ static void comment_receive(t_comment *x, t_symbol *s){
static void comment_set(t_comment *x, t_symbol *s, int ac, t_atom * av){
s = NULL;
// post("set");
if(!x->x_init)
comment_initialize(x);
binbuf_clear(x->x_binbuf);
binbuf_restore(x->x_binbuf, ac, av);
binbuf_gettext(x->x_binbuf, &x->x_buf, &x->x_bufsize);
Expand Down

0 comments on commit 5d06296

Please sign in to comment.