Commit a3baaf20 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 62fb0e85
......@@ -759,8 +759,8 @@ func (δFtail *ΔFtail) SliceByFileRev(zfile *ZBigFile, lo, hi zodb.Tid) /*reado
if epoch > lo { // it could be <=
δf := vδfTail(epoch)
δf.Epoch = true
δf.Blocks = nil // XXX must be already nil
δf.Size = false // XXX must be already false
δf.Blocks = nil // should be already nil
δf.Size = false // should be already false
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment