Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12477/src
Modified Files: Tag: devel_0_38 d_fft.c Log Message: oops
Index: d_fft.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/d_fft.c,v retrieving revision 1.2.4.2 retrieving revision 1.2.4.3 diff -C2 -d -r1.2.4.2 -r1.2.4.3 *** d_fft.c 28 Jun 2005 13:06:19 -0000 1.2.4.2 --- d_fft.c 29 Jun 2005 16:32:39 -0000 1.2.4.3 *************** *** 408,412 **** else { - post("rfft borrowed? %d", sp[0]->s_refcount); x->dim.n=n; x->dim.is=1; --- 408,411 ---- *************** *** 483,488 **** else { - post("rifft borrowed? %d", sp[0]->s_refcount); - post("rifft borrowed? %d", sp[1]->s_refcount); x->dim.n=n; x->dim.is=1; --- 482,485 ----