mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Merge pull request #362 from travisturner/roaring-clone-bug
have roaring clone() return the clone (as opposed to the original)
This commit is contained in:
commit
17910f8ed0
1 changed files with 1 additions and 1 deletions
|
|
@ -1057,7 +1057,7 @@ func (c *container) clone() *container {
|
|||
copy(other.bitmap, c.bitmap)
|
||||
}
|
||||
|
||||
return c
|
||||
return other
|
||||
}
|
||||
|
||||
// WriteTo writes c to w.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue