mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 10:24:14 +08:00
struct stat
This commit is contained in:
parent
965031a804
commit
325a19f204
@ -250,7 +250,7 @@ static bool create_directory(std::string const& strPath)
|
||||
|
||||
static bool create_directory(std::string const& strPath)
|
||||
{
|
||||
stat sb;
|
||||
struct stat sb;
|
||||
|
||||
if (stat(strPath.c_str(), &sb) != 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user