have roaring clone() return the clone (as opposed to the original)

This commit is contained in:
Travis 2017-03-04 12:37:02 -06:00
parent 246649b0c8
commit 84c8484bb0

View file

@ -1057,7 +1057,7 @@ func (c *container) clone() *container {
copy(other.bitmap, c.bitmap)
}
return c
return other
}
// WriteTo writes c to w.