From 592b4c870acb0ad7d0e29a2077ed67d0b2c2a73f Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 7 Jun 2009 01:55:13 +0000 Subject: group dillo system config files into a dillo subdir; have Paths use it --- src/paths.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/paths.cc') diff --git a/src/paths.cc b/src/paths.cc index 06d33ae5..8c5bd20a 100644 --- a/src/paths.cc +++ b/src/paths.cc @@ -80,7 +80,7 @@ FILE *Paths::getPrefsFP(const char *rcFile) if (!(fp = fopen(path, "r"))) { MSG("paths: Cannot open file '%s'\n", path); - char *path2 = dStrconcat(PATHS_RC_SYS, rcFile, NULL); + char *path2 = dStrconcat(DILLO_SYSCONF, rcFile, NULL); if (!(fp = fopen(path2, "r"))) { MSG("paths: Cannot open file '%s'\n",path2); MSG("paths: Using internal defaults...\n"); -- cgit v1.2.3