Skip to content

Fix minizip case-insensitive macro name - #1319

Open
Voyagerroc-Pro wants to merge 1 commit into
madler:developfrom
Voyagerroc-Pro:fix/minizip-sensitive-macro
Open

Voyagerroc-Pro wants to merge 1 commit into
madler:developfrom
Voyagerroc-Pro:fix/minizip-sensitive-macro

Conversation

@Voyagerroc-Pro

Copy link
Copy Markdown

Correct the STRCMPCASENOSENTIVEFUNCTION typo in contrib/minizip/unzip.c and update both uses consistently. The macro expands to the case-insensitive filename comparator, so the corrected name is STRCMPCASENOSENSITIVEFUNCTION. Fixes #1312.

Signed-off-by: Voyagerroc-Pro <330935573+Voyagerroc-Pro@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo: SENTIVE -> SENSITIVE

1 participant