mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 01:11:43 +08:00
описАлся
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65725 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
47bb783e36
commit
d094f9e143
@ -867,7 +867,7 @@ namespace NSFile
|
||||
|
||||
CloseHandle( hFile );
|
||||
#else
|
||||
std::string sFileUTF8 = U_TO_UTF8(m_sLocalFileChanges);
|
||||
std::string sFileUTF8 = U_TO_UTF8(sPath);
|
||||
bIsSuccess = (0 == truncate(sFileUTF8, NewSize));
|
||||
#endif
|
||||
return bIsSuccess;
|
||||
|
||||
Reference in New Issue
Block a user