Skip to content

Commit

Permalink
Merge pull request #5 from kickmaker/fix-heatshrink-config-in-read-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ClovisCorde authored Oct 26, 2023
2 parents 9965530 + 1c89b40 commit 62fb032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsdiffhs/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ def file_patch(src_path, dst_path, patch_path, window_sz2=DEFAULT_WINDOW_SZ2, lo

with open(patch_path, 'rb') as fi:
with open(dst_path, 'wb') as fo:
fo.write(core.patch(read_data(src_path), *read_patch(fi)))
fo.write(core.patch(read_data(src_path), *read_patch(fi, window_sz2=window_sz2, lookahead_sz2=lookahead_sz2)))

0 comments on commit 62fb032

Please sign in to comment.