Fix config file path (unixes)
This commit is contained in:
parent
e919bad1cd
commit
e56414ffaa
@ -100,7 +100,7 @@
|
||||
|
||||
#ifndef CFGUSERPATH1
|
||||
#ifdef __UNIX__
|
||||
#define CFGUSERPATH1 "~/.golded"
|
||||
#define CFGUSERPATH1 "~/.golded/" /* Trailing slash: this is directory */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user