one file was missed from the last PR, looking at you Mystro256 :P

This commit is contained in:
Zach Bacon 2016-12-10 04:08:03 -05:00
parent 0e6c1b66e3
commit ea220b4822
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ const char* FindConfigFile(const char *name)
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))
{
return path;