cad9b1804609 — Chris Cannam 3 years ago
Use clearer name
1 files changed, 1 insertions(+), 1 deletions(-)

M src/FFT.cpp
M src/FFT.cpp +1 -1
@@ 1005,7 1005,7 @@ public:
         if (!home) return;
 
         char fn[256];
-        snprintf(fn, 256, "%s/%s.%c", home, ".turbot.wisdom", type);
+        snprintf(fn, 256, "%s/%s.%c", home, ".bqfft.wisdom", type);
 
         FILE *f = fopen(fn, save ? "wb" : "rb");
         if (!f) return;