shithub: aubio

Download patch

ref: 15b97d9f4f9078c1d82faa8ac8b71bc2334ce5ec
parent: 6f1006462fb8d98df77f32a248e0d211ec858be3
author: Paul Brossier <piem@piem.org>
date: Tue Nov 20 19:40:43 EST 2007

pitchyinfft.c: return 0., not 0

--- a/src/pitchyinfft.c
+++ b/src/pitchyinfft.c
@@ -137,7 +137,7 @@
         return vec_quadint_min(yin,tau,1);
     }
   } else
-    return 0;
+    return 0.;
 }
 
 void del_aubio_pitchyinfft(aubio_pitchyinfft_t *p){