fixed bug #1434215 - #define local leaks into path settings

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4539 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-02-24 19:19:49 +00:00
parent 5812fa78d2
commit aaef4e35eb
3 changed files with 7 additions and 6 deletions

View file

@ -398,7 +398,7 @@ int main(int argc, char **argv)
#ifndef NSIS_CONFIG_CONST_DATA_PATH
main_conf = get_executable_dir(argv[0]);
#else
main_conf = CONST_STR(PREFIX_CONF);
main_conf = PREFIX_CONF;
#endif
else main_conf = env_var;
main_conf += PLATFORM_PATH_SEPARATOR_STR;