sk1
This commit is contained in:
parent
db623c28ad
commit
bf52083242
@ -154,7 +154,6 @@ int compress_2(const char* input_file_name, const char* output_file_name) {
|
|||||||
dictionary[dict_size][match_length + 1] = '\0';
|
dictionary[dict_size][match_length + 1] = '\0';
|
||||||
dict_size++;
|
dict_size++;
|
||||||
}
|
}
|
||||||
|
|
||||||
current_index += match_length + 1;
|
current_index += match_length + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user