mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
x2t fix linux compaund. version up to 2.4.518
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user