Skip to content

Commit d986218

Browse files
authored
Merge pull request #52 from paul1r/paul1r/update_test_for_decode_parameters
Adjust call to decode() for parameter change
2 parents ac34a16 + dd6c90c commit d986218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compressed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func (v *compressedList) Len() int {
110110
}
111111

112112
func (v *compressedList) decode(i int, last uint32) (uint32, int) {
113-
n, i := v.b.decode(i, last)
113+
n, i := v.b.decode(i)
114114
return n + last, i
115115
}
116116

0 commit comments

Comments
 (0)