mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
fix bug #68974
This commit is contained in:
@ -278,7 +278,7 @@ namespace DocFileFormat
|
||||
{
|
||||
//get the FC range for this run
|
||||
|
||||
int fcChpxStart = chpxFcs ? chpxFcs->at(i) : fc;
|
||||
int fcChpxStart = ((chpxFcs) && (i < chpxFcs->size())) ? chpxFcs->at(i) : fc;
|
||||
int fcChpxEnd = fcEnd;
|
||||
|
||||
if ((chpxFcs) && ( i < chpxFcs->size() - 1))
|
||||
|
||||
Reference in New Issue
Block a user