mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
DocFormatReader - add word doc without compound storage(earlier 1995)
This commit is contained in:
@ -40,7 +40,7 @@ namespace DocFileFormat
|
||||
|
||||
//read the user initials (LPXCharBuffer9)
|
||||
|
||||
if (reader->olderVersion)
|
||||
if (reader->nWordVersion > 0)
|
||||
{
|
||||
short cch = reader->ReadByte();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user