mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-29 03:33:48 +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
|
||||
GetCurrentDirectoryA(sizeof(buf), buf);
|
||||
#else
|
||||
getcwd(buf, sizeof(buf))
|
||||
getcwd(buf, sizeof(buf));
|
||||
#endif
|
||||
return buf;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue