mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 11:02:35 +01:00
updated for new sysconfdir
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user