mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
struct stat
This commit is contained in:
parent
965031a804
commit
325a19f204
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ static bool create_directory(std::string const& strPath)
|
||||||
|
|
||||||
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)
|
if (stat(strPath.c_str(), &sb) != 0)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue