From 5a70260a872d00f062c296e135a26a907ca76a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 5 May 2008 13:53:34 +0000 Subject: 2nd outlet outputs the total number of objects in the parent canvas svn path=/trunk/externals/iem/iemguts/; revision=9762 --- src/canvasindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/canvasindex.c b/src/canvasindex.c index e352d02..8092351 100644 --- a/src/canvasindex.c +++ b/src/canvasindex.c @@ -52,7 +52,7 @@ static void canvasindex_bang(t_canvasindex *x) // index=glist_getindex(c0, c); // index=glist_getindex(c0, (t_gobj*)c); - outlet_float(x->xoutlet, (t_float)(glist_getindex(c0, 0))); + outlet_float(x->youtlet, (t_float)(glist_getindex(c0, 0))); outlet_float(x->xoutlet, (t_float)(glist_getindex(c0, (t_gobj*)c))); } -- cgit v1.2.1