more clang-tidy fixes after re-running it with added settings
This commit is contained in:
@ -673,7 +673,7 @@ bool platform::is_console(FILE *fp)
|
||||
|
||||
std::string platform::current_directory()
|
||||
{
|
||||
std::string cwd = "";
|
||||
std::string cwd;
|
||||
|
||||
#if defined(_WIN32)
|
||||
char *buf = new char[MAX_PATH];
|
||||
|
||||
Reference in New Issue
Block a user