Commit aaa381ad authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 26f2ced1
...@@ -403,7 +403,7 @@ func (δftail *_ΔFileTail) forgetPast(revCut zodb.Tid) { ...@@ -403,7 +403,7 @@ func (δftail *_ΔFileTail) forgetPast(revCut zodb.Tid) {
// vδE[:icut] should be forgotten // vδE[:icut] should be forgotten
if icut > 0 { // XXX workarond for ΔFtail.ForgetPast calling forgetPast on all files if icut > 0 { // XXX workarond for ΔFtail.ForgetPast calling forgetPast on all files
δftail.vδE = append([]_ΔFileEpoch(nil), δftail.vδE[icut:]...) δftail.vδE = append([]_ΔFileEpoch{}, δftail.vδE[icut:]...)
} }
} }
......
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