Skip to content

Commit

Permalink
Restore comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed May 30, 2021
1 parent 34456b9 commit 5bb998d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libarchive/archive_read_support_format_zip.c
Expand Up @@ -1602,7 +1602,8 @@ zipx_lzma_alone_init(struct archive_read *a, struct zip *zip)
/* To unpack ZIPX's "LZMA" (id 14) stream we can use standard liblzma
* that is a part of XZ Utils. The stream format stored inside ZIPX
* file is a modified "lzma alone" file format, that was used by the
* `lzma` utility which was later deprecated in favour of `xz` utility. * Since those formats are nearly the same, we can use a standard
* `lzma` utility which was later deprecated in favour of `xz` utility.
* Since those formats are nearly the same, we can use a standard
* "lzma alone" decoder from XZ Utils. */

memset(&zip->zipx_lzma_stream, 0, sizeof(zip->zipx_lzma_stream));
Expand Down

0 comments on commit 5bb998d

Please sign in to comment.