diff --git a/index.go b/index.go index af57aca1e..2f640c348 100644 --- a/index.go +++ b/index.go @@ -252,7 +252,7 @@ func (i *Index) Fragment(db, frame string, slice uint64) *Fragment { if f == nil { return nil } - return f.fragment(slice) + return f.Fragment(slice) } // CreateFragmentIfNotExists returns the fragment for a database, frame & slice.