diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 701f58619..7c5a0fa37 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -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;