This commit is contained in:
Elena Subbotina
2024-07-03 15:03:03 +03:00
parent e40be65c55
commit fd60059dd6

View File

@ -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))