Fix outdated comment - dedup - deduplicating backup program
HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 9dce6b66d0448882531be9ef7aa1f8eb32a7d7c3
DIR parent f1589f46b7005d7e09198397edeb775f488f6030
HTML Author: sin <sin@2f30.org>
Date: Fri, 3 May 2019 13:31:35 +0100
Fix outdated comment
Diffstat:
M bstorage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bstorage.c b/bstorage.c
@@ -81,7 +81,7 @@ static struct bops bops = {
/* Block header structure */
struct bhdr {
char magic[NBHDRMAGIC]; /* magic number for file(1) */
- uint64_t flags; /* version number, compression/hashing configuration */
+ uint64_t flags; /* version number, compression/encryption configuration */
uint64_t nbd; /* number of block descriptors */
};