Revision: 9762 http://pure-data.svn.sourceforge.net/pure-data/?rev=9762&view=rev Author: zmoelnig Date: 2008-05-05 06:53:34 -0700 (Mon, 05 May 2008)
Log Message: ----------- 2nd outlet outputs the total number of objects in the parent canvas
Modified Paths: -------------- trunk/externals/iem/iemguts/src/canvasindex.c
Modified: trunk/externals/iem/iemguts/src/canvasindex.c =================================================================== --- trunk/externals/iem/iemguts/src/canvasindex.c 2008-05-05 13:52:16 UTC (rev 9761) +++ trunk/externals/iem/iemguts/src/canvasindex.c 2008-05-05 13:53:34 UTC (rev 9762) @@ -52,7 +52,7 @@
// 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))); }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.