Skip to content

Commit

Permalink
Bug fix deflate
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciussanchez committed Aug 7, 2023
1 parent c42640d commit 21d5efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Horse.Compression.Types.pas
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function THorseCompressionTypeHelper.WindowsBits: Integer;
begin
case Self of
THorseCompressionType.DEFLATE:
Result := -15;
Result := 15;
else
Result := 31;
end;
Expand Down

0 comments on commit 21d5efb

Please sign in to comment.