aboutsummaryrefslogtreecommitdiff
path: root/delta_write_select.go
diff options
context:
space:
mode:
Diffstat (limited to 'delta_write_select.go')
-rw-r--r--delta_write_select.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/delta_write_select.go b/delta_write_select.go
index 9113b80f..ad8e0d0e 100644
--- a/delta_write_select.go
+++ b/delta_write_select.go
@@ -26,7 +26,7 @@ func (ctx *deltaContext) addCandidate(obj *objectToPack) {
}
}
-func pickDeltaBase(ctx *deltaContext, obj *objectToPack, seed uint64, minSavings, maxDepth int) (*objectToPack, []byte) {
+func pickDeltaBase(ctx *deltaContext, obj *objectToPack, seed uint32, minSavings, maxDepth int) (*objectToPack, []byte) {
if ctx == nil || len(ctx.candidates) == 0 {
return nil, nil
}