Bug #9762 2006-12-19 03:54
disciplezero
default.conf finds distinct path
In "sdk\configmanager.cpp" on line 173 (as of SVN 3385) FindConfigFile is called.
In this function (line 188) it never uses the ConfigManager::config_folder variable, which should store the location of this file.
Adjusting this would allow more portability.
- Category
- Application::WrongBehaviour
- Group
- Status
- Closed
- Close date
- 2006-12-20 09:13
- Assigned to
History
thomasdenk 2006-12-20 09:13
ConfigManager::config_folder has nothing to do with the location of the config file.
It coincidally points to the location where the config file is found in most cases. However, the config file can as well be read from the installation directory or an URL, in which case ConfigManager::config_folder will still point to the same location.