one file was missed from the last PR, looking at you Mystro256 :P
This commit is contained in:
parent
0e6c1b66e3
commit
ea220b4822
|
@ -696,7 +696,7 @@ const char* FindConfigFile(const char *name)
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf(path, "%s%c%s", SYSCONFDIR, FILE_SEP, name);
|
sprintf(path, "%s%c%s", SYSCONF_INSTALL_DIR, FILE_SEP, name);
|
||||||
if (FileExists(path))
|
if (FileExists(path))
|
||||||
{
|
{
|
||||||
return path;
|
return path;
|
||||||
|
|
Loading…
Reference in New Issue