From d094f9e143c59894fda36d2bbfeddb3ee712052a Mon Sep 17 00:00:00 2001 From: "Oleg.Korshul" Date: Wed, 11 Nov 2015 16:30:51 +0000 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=BF=D0=B8=D1=81=D0=90=D0=BB=D1=81?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@65725 954022d7-b5bf-4e40-9824-e11837661b57 --- DesktopEditor/common/File.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DesktopEditor/common/File.h b/DesktopEditor/common/File.h index 3aa97f4eb5..7f656b7592 100644 --- a/DesktopEditor/common/File.h +++ b/DesktopEditor/common/File.h @@ -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;