Chris-Dobbins / listdupes

A duplicate file checking utility for the command-line, written in Python with no external dependencies.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Reading from a cache file made during comparison adds a false duplicate #20

Closed Chris-Dobbins closed 2 years ago

Chris-Dobbins commented 2 years ago

This seems to be some off-by-one error with how the place value is tracked and updated. The false duplicate may be a symptom of other possible buggy behavior when working with cached place values. Will investigate.

Chris-Dobbins commented 2 years ago

Fixed in commit 1ffeed1d526c9281c6db90a950d37d745f97e261