Commit ca2493a
zcore: increase counter when adding a prop to remove
The switch from `poriginal_indices[count++]` to
`poriginal_indices.push_back` left count unincremented.
Fixes: gromox-2.35~101 parent 324e54a commit ca2493a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
926 | 926 | | |
927 | 927 | | |
928 | 928 | | |
929 | | - | |
| 929 | + | |
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
| |||
0 commit comments