From 691dabc423f0ac541038484ff69a2ec871c121d9 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sat, 17 Apr 2004 17:45:29 +0000 Subject: importing ints svn path=/trunk/externals/miXed/; revision=1608 --- toxy/tot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxy/tot.c') diff --git a/toxy/tot.c b/toxy/tot.c index 0b21e64..cf6e742 100644 --- a/toxy/tot.c +++ b/toxy/tot.c @@ -130,7 +130,7 @@ static t_canvas *tot_getcanvas(t_tot *x, int complain) { x->x_warned = 1; if (!cv) cv = x->x_glist; /* redundant */ - loud_warning((t_pd *)x, "using containing canvas ('%s')", + loud_warning((t_pd *)x, 0, "using containing canvas ('%s')", cv->gl_name->s_name); } return (cv); @@ -477,7 +477,7 @@ static void totspy_anything(t_totspy *ts, t_symbol *s, int ac, t_atom *av) ts->ts_selector, cnt, ts->ts_outbuf); ts->ts_lasttime = clock_getlogicaltime(); } - else loud_warning((t_pd *)ts, + else loud_warning((t_pd *)ts, 0, "unexpectedly long message (\"%s...\"), ignored", s->s_name); } -- cgit v1.2.1