]> git.ipfire.org Git - thirdparty/libarchive.git/commit
RAR5 reader: refactored parse_tables() a little bit
authorGrzegorz Antoniak <ga@anadoxin.org>
Wed, 1 Jan 2020 06:29:34 +0000 (07:29 +0100)
committerMartin Matuska <martin@matuska.org>
Wed, 22 Jan 2020 21:42:41 +0000 (22:42 +0100)
commit849740bac9788af44b0e2ae6403ee743b27b628f
treee5f090a8a75abb88ca8d31bdd1c07f23aa24a911
parentf9e650e6bdc4a5f8992101f26a593bc9be9b07b7
RAR5 reader: refactored parse_tables() a little bit

Some if/continue constructs could be changed to if/elseif/else blocks.
This allows elimination of superfluous 'continue' directives.

Closes #1280
libarchive/archive_read_support_format_rar5.c