tAdd comment - 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 82da8a285b4eed7436c31a2806d565c24e41d9e9
 (DIR) parent bdea4855d307234f96b86bf1d53515faa3ca7248
 (HTM) Author: sin <sin@2f30.org>
       Date:   Wed, 21 Mar 2018 16:17:33 +0000
       
       Add comment
       
       Diffstat:
         M dedup.c                             |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/dedup.c b/dedup.c
       t@@ -298,6 +298,7 @@ extract(char *id, int fd)
                        if (xread(ifd, ent, sizeof(*ent)) == 0)
                                errx(1, "unexpected EOF");
        
       +                /* Check if we've located the right file */
                        if (memcmp(ent->md, md, sizeof(ent->md)) != 0) {
                                free(ent);
                                /* Skip over index entry block table */