diff --git a/src/filesystem.cpp b/src/filesystem.cpp index 9d33849..537706f 100644 --- a/src/filesystem.cpp +++ b/src/filesystem.cpp @@ -412,7 +412,7 @@ namespace fc { return fc::path( std::string(appdata) ); }(); #else - static fc::path appdir = home_dir(); + static fc::path appdir = home_path(); #endif return appdir; }