Skip to content

Commit

Permalink
Allow decompression with files compressed under lrzip-next 0.13.0 (#159)
Browse files Browse the repository at this point in the history
* Allow decompression with files compressed under lrzip-next 0.13.0

* Improve readability by removing redundant lines
  • Loading branch information
Theelx authored Jul 8, 2024
1 parent 758f656 commit ad2f3f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lrzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,7 @@ static bool read_tmpinmagic(rzip_control *control, int fd_in)
break;
case 11:
case 12:
case 13:
bytes_to_read = MAGIC_LEN;
break;
default:
Expand Down

0 comments on commit ad2f3f2

Please sign in to comment.