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