Skip to content

Commit

Permalink
chore: missed in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyV99 committed Aug 20, 2023
1 parent 2db1741 commit cd1a326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/new_subscr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,10 @@ bool SW_Counter::copy_prop(SubscrWidget const* src, bool all)
maxdigits = other->maxdigits;
infitm = other->infitm;
infchar = other->infchar;
for(int q = 0; q < 3; ++q)
for(int p = 0; p < q; ++p) //prune duplicates
if(ctrs[p]==ctrs[q])
ctrs[q] = crNONE;
return true;
}
int32_t SW_Counter::read(PACKFILE *f, word s_version)
Expand Down

0 comments on commit cd1a326

Please sign in to comment.