Commit 17b934b0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6013887e
......@@ -510,6 +510,11 @@ func (δFtail *ΔFtail) SliceByFileRev(zfile *ZBigFile, lo, hi zodb.Tid) /*reado
} else {
ZinblkAt = lo
}
// XXX hack - should be in ΔBtail.SliceByRevRoot
if ZinblkAt <= lo {
it = -1 // don't go down beyond that
}
}
}
......
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