Skip to content

Commit

Permalink
fix bug #72796
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaSubbotina committed Jan 26, 2025
1 parent b5c5a5f commit e1757dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ namespace OLEPS
property_sets_offsets.push_back(Offset);
}

for (_UINT32 i = 0; i < NumPropertySets; ++i)
for (_UINT32 i = 0; i < property_sets_offsets.size(); ++i)
{
PropertySetPtr set = PropertySetPtr(new PropertySet(stream, property_sets_offsets[i], ext));

Expand Down

0 comments on commit e1757dd

Please sign in to comment.