mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Merge branch 'master' of https://github.com/gabime/spdlog
This commit is contained in:
commit
5ec7cfef63
@ -150,7 +150,7 @@ inline bool file_exists(const std::string& filename)
|
||||
return (attribs != INVALID_FILE_ATTRIBUTES && !(attribs & FILE_ATTRIBUTE_DIRECTORY));
|
||||
#else
|
||||
struct stat buffer;
|
||||
return (stat (name.c_str(), &buffer) == 0);
|
||||
return (stat (filename.c_str(), &buffer) == 0);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user