diff options
author | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
---|---|---|
committer | N.N. <krzyszcz@users.sourceforge.net> | 2004-04-17 17:45:29 +0000 |
commit | 691dabc423f0ac541038484ff69a2ec871c121d9 (patch) | |
tree | c04442e5ad96e216987ba065d5f0be401a149cbc /toxy/tot.c | |
parent | 54bcb818c192b63e7121d6259a1b77ea4bfb49c5 (diff) |
importing ints
svn path=/trunk/externals/miXed/; revision=1608
Diffstat (limited to 'toxy/tot.c')
-rw-r--r-- | toxy/tot.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |