Commit 2e673d9f authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 17b934b0
......@@ -467,7 +467,7 @@ func (δFtail *ΔFtail) SliceByFileRev(zfile *ZBigFile, lo, hi zodb.Tid) /*reado
if ZinblkAt <= δZ.Rev {
for _, oid := range δZ.Changev {
inblk, ok := Zinblk[oid]
if ok {
if ok && len(inblk) != 0 {
δf := vδfTail(δZ.Rev)
δf.Blocks.Update(inblk)
}
......
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