Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18005
Modified Files: Tag: devel_0_37 d_soundfile.c Log Message: fixed small bug
Index: d_soundfile.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/d_soundfile.c,v retrieving revision 1.1.1.2.2.8 retrieving revision 1.1.1.2.2.9 diff -C2 -d -r1.1.1.2.2.8 -r1.1.1.2.2.9 *** d_soundfile.c 3 Jun 2004 08:02:14 -0000 1.1.1.2.2.8 --- d_soundfile.c 3 Jun 2004 09:25:05 -0000 1.1.1.2.2.9 *************** *** 1592,1596 ****
vec = (t_float*) x->x_array.a_vec; ! was = x->x_array.a_vec;
if ((argv+1)->a_type == A_FLOAT) --- 1592,1596 ----
vec = (t_float*) x->x_array.a_vec; ! was = x->x_array.a_n;
if ((argv+1)->a_type == A_FLOAT)