Address review and update zstd

This commit is contained in:
James Rowe 2020-01-15 19:57:56 -07:00
parent 936094dd27
commit 6945b6539f
9 changed files with 11 additions and 20 deletions

View file

@ -557,7 +557,7 @@ std::optional<std::string> GetCurrentDir() {
#endif
free(dir);
return strDir;
} // namespace FileUtil
}
bool SetCurrentDir(const std::string& directory) {
#ifdef _WIN32