Update of /cvsroot/pure-data/externals/iem/iemmatrix/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3647/src
Modified Files: mtx_max2.c Log Message: corrections
Index: mtx_max2.c =================================================================== RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/src/mtx_max2.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mtx_max2.c 25 Aug 2007 09:27:45 -0000 1.3 --- mtx_max2.c 25 Aug 2007 10:09:17 -0000 1.4 *************** *** 37,41 **** while(n--){ buf->a_type = A_FLOAT; ! buf++->a_w.w_float = (atom_getfloat(ap)<offset)?:offset:atom_getfloat(ap); ap++; } --- 37,41 ---- while(n--){ buf->a_type = A_FLOAT; ! buf++->a_w.w_float = (atom_getfloat(ap)<offset)?offset:atom_getfloat(ap); ap++; } *************** *** 52,56 **** while(n--){ m->a_type = A_FLOAT; ! (m++)->a_w.w_float = (atom_getfloat(argv)<offset)?:offset:atom_getfloat(argv); argv++; } --- 52,56 ---- while(n--){ m->a_type = A_FLOAT; ! (m++)->a_w.w_float = (atom_getfloat(argv)<offset)?offset:atom_getfloat(argv); argv++; }