We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello. I found another little mistake.
SDL2-for-Pascal/units/sdl2.pas
Lines 352 to 355 in 0fcaf6a
It's calling itself recursively, when clearly we want to call SDL_AUDIO_ISBIGENDIAN
SDL_AUDIO_ISBIGENDIAN
function SDL_AUDIO_ISLITTLEENDIAN(x: Cardinal): Cardinal; begin Result := not SDL_AUDIO_ISBIGENDIAN(x); end;
Can I make a fast PR to fix it?
The text was updated successfully, but these errors were encountered:
Oh oops. Well that's embarrassing.
Sure. For small fixes like these, feel free to open a PR right away.
Sorry, something went wrong.
Solved by PR #139. Thanks!
No branches or pull requests
Hello. I found another little mistake.
SDL2-for-Pascal/units/sdl2.pas
Lines 352 to 355 in 0fcaf6a
It's calling itself recursively, when clearly we want to call
SDL_AUDIO_ISBIGENDIAN
Can I make a fast PR to fix it?
The text was updated successfully, but these errors were encountered: