Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from AaronRobinsonMSFT/patch-1
Browse files Browse the repository at this point in the history
Help VC++ Code Analysis
  • Loading branch information
jtkukunas authored Mar 19, 2021
2 parents a43a247 + 15f4139 commit 26df674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inflate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ z_streamp source;
struct inflate_state FAR *state;
struct inflate_state FAR *copy;
unsigned char FAR *window;
unsigned wsize;
unsigned wsize = 0;

/* check input */
if (inflateStateCheck(source) || dest == Z_NULL)
Expand Down

0 comments on commit 26df674

Please sign in to comment.