diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index fa4fd604f..401f289df 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -527,7 +527,7 @@ static bool create_userdata_path() } #else // Create user data directory - success = fs::CreateDir(porting::path_user); + success = fs::CreateAllDirs(porting::path_user); #endif return success; |