dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 6ff2339d17de2f963e216f164275cf0b96a1e206
parent 0dbd594d0b2c51df4b6cfe6f837322b002ccfee2
Author: sin <sin@2f30.org>
Date:   Tue, 26 Feb 2019 11:19:45 +0000

No need to set fd pos to 0, it is already at 0

Diffstat:
Mdedup.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dedup.c b/dedup.c @@ -445,7 +445,6 @@ load_cache(void) uint64_t nr_entries; uint64_t i; - xlseek(cfd, 0, SEEK_SET); nr_entries = cache_nr_entries(); for (i = 0; i < nr_entries; i++) { struct cache_entry cache_entry;