mirror of https://github.com/AxioDL/metaforce.git
Compile fix
This commit is contained in:
parent
2149af68fa
commit
3d0451a496
|
@ -47,7 +47,7 @@ FileStoreManager::FileStoreManager(SystemStringView domain) : m_domain(domain) {
|
|||
if (!home)
|
||||
Log.report(logvisor::Fatal, fmt("unable to locate $HOME for file store"));
|
||||
path = home;
|
||||
path += "/.local/share"
|
||||
path += "/.local/share";
|
||||
}
|
||||
path += "/hecl";
|
||||
if (mkdir(path.c_str(), 0755) && errno != EEXIST)
|
||||
|
|
Loading…
Reference in New Issue