WIP
This commit is contained in:
@@ -51,7 +51,7 @@ func (dc *dupCheck) IsDup(counter uint64) bool {
|
||||
}
|
||||
|
||||
// Clear if necessary.
|
||||
for i := 0; i < int(delta); i++ {
|
||||
for range delta {
|
||||
dc.put(false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user