1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 21:04:18 +01:00

updated for new sysconfdir

This commit is contained in:
kojima
1999-09-17 02:00:22 +00:00
parent 7c930d1e2a
commit 85afb7a1b6
2 changed files with 2 additions and 2 deletions

View File

@@ -1024,7 +1024,7 @@ globalDefaultsPathForDomain(char *domain)
{
char path[1024];
sprintf(path, "%s/%s", SYSCONFDIR, domain);
sprintf(path, "%s/WindowMaker/%s", SYSCONFDIR, domain);
return wstrdup(path);
}