Signed-off-by: Stefan Westerfeld <[email protected]>
---
tests/testresampler.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/testresampler.cc b/tests/testresampler.cc
index 3d4c334..07000f4 100644
--- a/tests/testresampler.cc
+++ b/tests/testresampler.cc
@@ -534,7 +534,7 @@ perform_test()
for (guint i = 0; i < FFT_SIZE; i++)
{
- double w = bse_window_blackman (double (2 * i - FFT_SIZE) /
FFT_SIZE);
+ double w = bse_window_blackman ((2.0 * i - FFT_SIZE) /
FFT_SIZE);
normalize += w;
error_spectrum_error[i] *= w;
--
2.7.4
_______________________________________________
beast mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/beast