Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ushort type check #256

Open
wants to merge 1 commit into
base: 3.4
Choose a base branch
from
Open

Conversation

dg0yt
Copy link

@dg0yt dg0yt commented Sep 25, 2024

Fixes wrong check result. Fixes Android build.

@dg0yt
Copy link
Author

dg0yt commented Sep 25, 2024

Fixes

/vcpkg/vcpkg/buildtrees/libmariadb/src/5316b9c3c2-a2a62641d5.clean/plugins/auth/my_auth.c:186:21: error: use of undeclared identifier 'ushort'; did you mean 'qsort'?
  186 |     int2store(end, (ushort) mysql->charset->nr);
      |                     ^~~~~~
      |                     qsort

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.

1 participant