From 4155426928eab2265d78f4860c35e09057dde840 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 13 Jun 2005 20:41:52 +0000 Subject: toxy alpha19 and pddp alpha3 (see notes.txt for toxy and pddp) svn path=/trunk/externals/miXed/; revision=3170 --- toxy/plustot.print.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxy/plustot.print.c') diff --git a/toxy/plustot.print.c b/toxy/plustot.print.c index 889ded3..b622d8f 100644 --- a/toxy/plustot.print.c +++ b/toxy/plustot.print.c @@ -81,7 +81,7 @@ static void plustot_print_free(t_plustot_print *x) void *plustot_print_new(t_symbol *s, int ac, t_atom *av) { t_plustot_print *x = - (t_plustot_print *)plusobject_new(plustot_print_class, s, ac, av); + (t_plustot_print *)plusobject_new(plustot_print_class, s, ac, av, 0); x->x_label = (ac && av->a_type == A_SYMBOL ? av->a_w.w_symbol : 0); x->x_bb = binbuf_new(); return (x); -- cgit v1.2.1