описАлся

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65725 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2015-11-11 16:30:51 +00:00
committed by Alexander Trofimov
parent 47bb783e36
commit d094f9e143

View File

@ -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;