Commit d094f9e1 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

описАлся

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65725 954022d7-b5bf-4e40-9824-e11837661b57
parent 47bb783e
...@@ -867,7 +867,7 @@ namespace NSFile ...@@ -867,7 +867,7 @@ namespace NSFile
CloseHandle( hFile ); CloseHandle( hFile );
#else #else
std::string sFileUTF8 = U_TO_UTF8(m_sLocalFileChanges); std::string sFileUTF8 = U_TO_UTF8(sPath);
bIsSuccess = (0 == truncate(sFileUTF8, NewSize)); bIsSuccess = (0 == truncate(sFileUTF8, NewSize));
#endif #endif
return bIsSuccess; return bIsSuccess;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment