This commit is contained in:
Chris Cannam
2010-03-24 12:35:21 +00:00
parent 87dc720243
commit b9d2bbdf49
2 changed files with 1 additions and 5 deletions

View File

@@ -247,7 +247,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, ".rubberband.wisdom", type);
FILE *f = fopen(fn, save ? "wb" : "rb");
if (!f) return;