dedup

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

commit 806f791ed702e6cbc0aad2a374c53f244ab420f2
parent 25a41212766b069d26bf5a6302ab8244fefa64e7
Author: sin <sin@2f30.org>
Date:   Mon,  4 Mar 2019 15:00:08 +0000

Fix prints again

Diffstat:
Mdedup.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dedup.c b/dedup.c @@ -758,7 +758,7 @@ main(int argc, char *argv[]) err(1, "ftruncate"); if (verbose > 0) - fprintf(stderr, "Cache is corrupted, rebuilding ..."); + fprintf(stderr, "Cache is corrupted, rebuilding..."); xlseek(ifd, SNAP_HDR_SIZE, SEEK_SET); xlseek(cfd, 0, SEEK_SET); walk_snap(rebuild_cache, NULL);