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

работающая версия локального редактора linux

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65835 954022d7-b5bf-4e40-9824-e11837661b57
parent 49ed6fab
......@@ -923,6 +923,8 @@ namespace NSFile
pcRes[lLen] = '\0';
int res = mkstemp(pcRes);
if (-1 != res)
close(res);
std::string sRes = pcRes;
return NSFile::CUtf8Converter::GetUnicodeStringFromUTF8((BYTE*)sRes.c_str(), sRes.length());
......
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