diff options
author | Timo Sirainen <cras@irssi.org> | 2002-02-10 14:35:21 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-02-10 14:35:21 +0000 |
commit | 5fb523096321ca3de6371857dbf6104a5d40c8c4 (patch) | |
tree | 0a2806ef67a52cdf49254bb7f71d4d4531570e33 /src/core | |
parent | 464ff769544b886824b92273cc0362eace1935d5 (diff) | |
download | irssi-5fb523096321ca3de6371857dbf6104a5d40c8c4.zip |
Added IRSSI_GLOBAL_CONFIG as well
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2420 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.c b/src/core/settings.c index 1a98462a..d99757e0 100644 --- a/src/core/settings.c +++ b/src/core/settings.c @@ -467,7 +467,7 @@ static CONFIG_REC *parse_configfile(const char *fname) else { /* user configuration file not found, use the default one from sysconfdir */ - path = SYSCONFDIR"/irssi.conf"; + path = SYSCONFDIR"/"IRSSI_GLOBAL_CONFIG; if (stat(path, &statbuf) != 0) { /* no configuration file in sysconfdir .. use the build-in configuration */ |