[xiph-commits] r11977 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Wed Nov 1 00:24:18 PST 2006
Author: jm
Date: 2006-11-01 00:24:15 -0800 (Wed, 01 Nov 2006)
New Revision: 11977
Modified:
trunk/speex/libspeex/kiss_fftr.c
Log:
Removed explicit call to exit() in error handling.
Modified: trunk/speex/libspeex/kiss_fftr.c
===================================================================
--- trunk/speex/libspeex/kiss_fftr.c 2006-11-01 00:14:34 UTC (rev 11976)
+++ trunk/speex/libspeex/kiss_fftr.c 2006-11-01 08:24:15 UTC (rev 11977)
@@ -75,8 +75,7 @@
kiss_fft_cpx fpnk,fpk,f1k,f2k,tw,tdc;
if ( st->substate->inverse) {
- speex_warning("kiss fft usage error: improper alloc\n");
- exit(1);
+ speex_error("kiss fft usage error: improper alloc\n");
}
ncfft = st->substate->nfft;
More information about the commits
mailing list