From e56414ffaa1352b30029a12156aa41bf58cc2ede Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Tue, 21 Feb 2006 20:35:07 +0000 Subject: [PATCH] Fix config file path (unixes) --- golded3/gefn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golded3/gefn.h b/golded3/gefn.h index 420a402..ce47538 100644 --- a/golded3/gefn.h +++ b/golded3/gefn.h @@ -100,7 +100,7 @@ #ifndef CFGUSERPATH1 #ifdef __UNIX__ -#define CFGUSERPATH1 "~/.golded" +#define CFGUSERPATH1 "~/.golded/" /* Trailing slash: this is directory */ #endif #endif