This commit is contained in:
Oleg.Korshul
2025-05-29 13:51:19 +03:00
parent 57b6019603
commit ee044ebe1f

View File

@ -579,7 +579,7 @@ namespace NSSystem
#ifdef _LINUX
std::string fileA = U_TO_UTF8(file);
struct stat fileStat;
if (stat(fileA.c_str, &fileStat) != 0)
if (stat(fileA.c_str(), &fileStat) != 0)
{
return false;
}