We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398f1ae commit 018ac86Copy full SHA for 018ac86
src/parsing/cbr.c
@@ -20,7 +20,6 @@ void parse_cbr(void *buf, size_t buf_len, document_t *doc) {
20
struct archive *rar_in = archive_read_new();
21
archive_read_support_filter_none(rar_in);
22
archive_read_support_format_rar(rar_in);
23
- archive_read_support_format_rar5(rar_in);
24
25
archive_read_open_memory(rar_in, buf, buf_len);
26
0 commit comments