Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23159
Modified Files: Tag: devel_0_39 g_array.c Log Message: fix for garray_update
Index: g_array.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/g_array.c,v retrieving revision 1.3.4.4.2.4 retrieving revision 1.3.4.4.2.5 diff -C2 -d -r1.3.4.4.2.4 -r1.3.4.4.2.5 *** g_array.c 21 Aug 2005 11:28:24 -0000 1.3.4.4.2.4 --- g_array.c 11 Sep 2005 21:50:32 -0000 1.3.4.4.2.5 *************** *** 1095,1098 **** --- 1095,1099 ---- } /* } jsarlo */ + garray_update(x); }