Skip to content

Commit

Permalink
Add FCUserData declaration into Application.cpp to properly read FREE…
Browse files Browse the repository at this point in the history
…CAD_USER_DATA environment variable
  • Loading branch information
Jean-Marie Verdun authored and wwmayer committed Jun 16, 2016
1 parent b0eea10 commit c473ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App/Application.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit c473ef4

Please sign in to comment.