Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SDL_memcmp argument mismatch in SDL_ttf.c
Corrected the SDL_memcmp function to compare the 'string' argument instead of 'text', ensuring proper string comparison logic. This resolves potential functional issues caused by the incorrect argument usage.
- Loading branch information