From: Takenori Y. <tak...@us...> - 2017-04-24 03:47:31
|
Update of /cvsroot/sp-tk/SPTK/src/bin/fftcep In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28419/fftcep Modified Files: _fftcep.c Log Message: fix bugs Index: _fftcep.c =================================================================== RCS file: /cvsroot/sp-tk/SPTK/src/bin/fftcep/_fftcep.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** _fftcep.c 22 Dec 2016 10:53:03 -0000 1.20 --- _fftcep.c 24 Apr 2017 03:47:28 -0000 1.21 *************** *** 80,83 **** --- 80,84 ---- x = dgetmem(flng + flng); y = x + flng; + size = flng; } if (flng > size) { |