1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 04:20:27 +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

@@ -110,7 +110,7 @@ globalDefaultsPathForDomain(char *domain)
char path[1024];
char *tmp;
sprintf(path, "%s/%s", SYSCONFDIR, domain);
sprintf(path, "%s/WindowMaker/%s", SYSCONFDIR, domain);
tmp = malloc(strlen(path)+2);
assert(tmp!=NULL);

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);
}