commit 422ed3faa603ef35d782d88ba3ff2475a7a87585
parent cba6f8ec8d69c9e19c63290d012e995b8f473cb6
Author: sin <sin@2f30.org>
Date: Sun, 17 Feb 2019 10:34:17 +0000
Update TODO
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/TODO b/TODO
@@ -2,3 +2,4 @@ endianness agnostic
version field in entry header
file locking
overflow checks
+compression support using lz4
diff --git a/dedup.c b/dedup.c
@@ -412,7 +412,6 @@ dedup(int fd)
cent->bdescr = bdescr;
add_cent(cent);
} else {
- /* Found block with the same hash, update index entry */
ent->bdescr[ent->nblks++] = bdescr;
}