* spot/twaalgos/stutter.cc (highlight_vector): Replace existing colors.

This commit is contained in:
Alexandre Duret-Lutz 2017-12-23 09:13:28 +01:00
parent 8579bedfaf
commit 5467fa1622

View file

@ -851,7 +851,7 @@ namespace spot
unsigned n = v.size();
for (unsigned i = 0; i < n; ++i)
if (v[i])
hs->emplace(i, color);
(*hs)[i] = color;
}
}