Fix config file path (unixes)

This commit is contained in:
Stas Degteff 2006-02-21 20:35:07 +00:00
parent e919bad1cd
commit e56414ffaa

View File

@ -100,7 +100,7 @@
#ifndef CFGUSERPATH1
#ifdef __UNIX__
#define CFGUSERPATH1 "~/.golded"
#define CFGUSERPATH1 "~/.golded/" /* Trailing slash: this is directory */
#endif
#endif