mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Merge remote-tracking branch 'origin/fix/fix-bugs-v8.0' into develop
This commit is contained in:
@ -134,6 +134,7 @@ public:
|
||||
{
|
||||
return true;
|
||||
}
|
||||
iter++;
|
||||
}
|
||||
}
|
||||
|
||||
@ -466,8 +467,8 @@ protected:
|
||||
{
|
||||
std::string sPath = U_TO_UTF8(path);
|
||||
if (!sPath.empty() && sPath[0] == '/')
|
||||
return NSSystemPath::NormalizePath(sPath.substr(1));
|
||||
return NSSystemPath::NormalizePath(sPath);
|
||||
return NSSystemPath::NormalizePath(sPath.substr(1), true);
|
||||
return NSSystemPath::NormalizePath(sPath, true);
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user