change back to dot

This commit is contained in:
pentarctagon 2024-07-03 08:47:13 -05:00
parent bf3cf83dfd
commit 2991c38955

View file

@ -793,7 +793,7 @@ static bfs::path apple_userdata(const std::string& newprefdir)
dir = temp;
DBG_FS << "userdata using absolute path: " << temp;
} else {
bfs::path home = home_str ? home_str : get_cwd();
bfs::path home = home_str ? home_str : ".";
dir = home / temp;
DBG_FS << "userdata is relative to the current working directory: " << dir.string();
}