Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion igzip/igzip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ uint32_t isal_write_zlib_header(struct isal_zstream *stream, struct isal_zlib_he
out_buf[1] = flg;

if (dict_flag)
store_le_u32(out_buf + 2, z_hdr->dict_id);
store_be_u32(out_buf + 2, z_hdr->dict_id);

stream->next_out += hdr_size;
stream->total_out += hdr_size;
Expand Down