This commit is contained in:
Viktor Andreev
2024-05-07 20:40:12 +06:00
parent d16d7a1e76
commit de1c08d65a

View File

@ -807,8 +807,8 @@ void GlobalsSubstream::UpdateDefineNames()
else
{
std::vector<std::wstring> ar(ind_sheet + 1);
ar[ind_sheet] = value;
if(ar.size() > ind_sheet)
ar[ind_sheet] = value;
//ar.push_back(value);
global_info_->mapDefineNames.insert(std::make_pair(name, ar));