mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-12-01 15:35:47 +00:00
git gud
This commit is contained in:
parent
777de27dce
commit
21c51e06cb
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ std::string getWorkingDir()
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
GetCurrentDirectoryA(sizeof(buf), buf);
|
GetCurrentDirectoryA(sizeof(buf), buf);
|
||||||
#else
|
#else
|
||||||
getcwd(buf, sizeof(buf))
|
getcwd(buf, sizeof(buf));
|
||||||
#endif
|
#endif
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue