]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip: Fix DONT_FAIL_ON_CRC_ERROR check (#2197)
authorTobias Stoeckmann <stoeckmann@users.noreply.github.com>
Sun, 2 Jun 2024 23:30:14 +0000 (01:30 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 23:30:14 +0000 (16:30 -0700)
commit3af83ee6e7f513aa1aa3eec1998fc3c65b5131f5
tree215990ec36b478e7228dedd837ba753336e7b6ad
parent582190e4a73f848152ea68c41a76b007cc7bb17f
7zip: Fix DONT_FAIL_ON_CRC_ERROR check (#2197)

This actually disabled CRC checks on regular builds and enabled it if
CRC checks were supposed to be disabled.

All other occurrences properly use ifndef instead of ifdef.
libarchive/archive_read_support_format_7zip.c