No more compress functions, update example.dict.gz, remove some comments
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user