No more compress functions, update example.dict.gz, remove some comments

This commit is contained in:
Gabriele Gristina
2019-06-27 20:18:47 +02:00
parent 398c89c75c
commit 481c752456
61 changed files with 107 additions and 158 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ int module_hash_binary_parse (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE
char *in = (char *) hcmalloc (VC_HEADER_SIZE);
const size_t n = hc_fread_compress (in, 1, VC_HEADER_SIZE, &fp);
const size_t n = hc_fread (in, 1, VC_HEADER_SIZE, &fp);
hc_fclose (&fp);