Add FCUserData declaration into Application.cpp to properly read FREECAD_USER_DATA environment variable
This commit is contained in:
committed by
wmayer
parent
04f5a8b0de
commit
eaf3a7c7d3
@@ -1900,6 +1900,7 @@ void Application::ParseOptions(int ac, char ** av)
|
||||
void Application::ExtractUserPath()
|
||||
{
|
||||
// std paths
|
||||
char *FCUserData;
|
||||
mConfig["BinPath"] = mConfig["AppHomePath"] + "bin" + PATHSEP;
|
||||
mConfig["DocPath"] = mConfig["AppHomePath"] + "doc" + PATHSEP;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user