tComment - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3dcaf02898efdac468c20254f9797892562cbe12
(DIR) parent f28b07e0a5e1b3adfd9b2ac9d252b499ae763918
(HTM) Author: sin <sin@2f30.org>
Date: Sun, 17 Feb 2019 22:14:08 +0000
Comment
Diffstat:
M dedup.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/dedup.c b/dedup.c
t@@ -408,6 +408,7 @@ dedup(int fd, char *msg)
uint8_t *inp = buf[0]; /* input buf */
uint8_t *outp = buf[1]; /* compressed buf */
+ /* Split input buffer in chunks */
while (n > 0) {
uint8_t md[MDSIZE];
struct bdescr bdescr;