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/plustot.env.c | |
parent | 54bcb818c192b63e7121d6259a1b77ea4bfb49c5 (diff) |
importing ints
svn path=/trunk/externals/miXed/; revision=1608
Diffstat (limited to 'toxy/plustot.env.c')
-rw-r--r-- | toxy/plustot.env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxy/plustot.env.c b/toxy/plustot.env.c index c1dbfe2..e0e08f3 100644 --- a/toxy/plustot.env.c +++ b/toxy/plustot.env.c @@ -128,7 +128,7 @@ void *plustot_env_new(t_symbol *s, int ac, t_atom *av) plustot_env_evalfile(x, av->a_w.w_symbol); else if (!warned) { - loud_warning((t_pd *)x, "bad atom"); + loud_warning((t_pd *)x, 0, "bad atom"); warned = 1; } av++; |