From 93d8634ca3f76814a8bcc49c9a33db00714fd946 Mon Sep 17 00:00:00 2001 From: ElenaSubbotina Date: Wed, 21 Feb 2018 14:42:59 +0300 Subject: [PATCH] x2t fix linux compaund. version up to 2.4.518 --- Common/3dParty/pole/pole.cpp | 2 +- Common/base.pri | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/3dParty/pole/pole.cpp b/Common/3dParty/pole/pole.cpp index 1080549ba2..9d60e62035 100644 --- a/Common/3dParty/pole/pole.cpp +++ b/Common/3dParty/pole/pole.cpp @@ -1078,7 +1078,7 @@ void DirTree::save( unsigned char* buffer ) convertWStringToUtf16(name, pData, size); if (pData) { - memcpy( buffer, pData, size); + memcpy( buffer + i * 128, pData, size); delete []pData; } } diff --git a/Common/base.pri b/Common/base.pri index 2e60c35c65..5651a02047 100644 --- a/Common/base.pri +++ b/Common/base.pri @@ -1,4 +1,4 @@ -VERSION = 2.4.517.0 +VERSION = 2.4.518.0 DEFINES += INTVER=$$VERSION # CONFIGURATION