diff --git a/components/files/fixedpath.hpp b/components/files/fixedpath.hpp index 560a1ab45..dce4f96c2 100644 --- a/components/files/fixedpath.hpp +++ b/components/files/fixedpath.hpp @@ -69,7 +69,7 @@ struct FixedPath * \param [in] application_name - Name of the application */ FixedPath(const std::string& application_name) - : mPath(application_name) + : mPath(application_name + "/") , mUserPath(mPath.getUserPath()) , mGlobalPath(mPath.getGlobalPath()) , mLocalPath(mPath.getLocalPath())