This commit is contained in:
jdl
2025-08-26 19:50:59 +02:00
parent 6382c13d1a
commit b7cb4e20f0
2 changed files with 1 additions and 2 deletions

View File

@@ -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)
}