mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-03-31 10:23:12 +08:00
Fix typo
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user