mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #69096
This commit is contained in:
@ -985,7 +985,7 @@ void DirTree::load( unsigned char* buffer, uint64 size )
|
||||
|
||||
std::wstring name;
|
||||
|
||||
if (name_len > 0)
|
||||
if (name_len > 1)
|
||||
{
|
||||
if (sizeof(wchar_t) == 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user