shithub: pitch

Download patch

ref: 8803428fda6667b186eae4f20060744ed357e5a8
parent: 926aff456d7ee4318c86f6757c38c8a0174dbbf7
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Thu Nov 26 06:39:05 EST 2020

fprint → werrstr

--- a/kiss_fftr.c
+++ b/kiss_fftr.c
@@ -32,7 +32,7 @@
     usize subsize, memneeded;
 
     if (nfft & 1) {
-        fprint(2,"Real FFT optimization must be even.\n");
+        werrstr("real fft optimization must be even");
         return nil;
     }
     nfft >>= 1;