Mercurial > sdl-ios-xcode
comparison VisualC.html @ 3404:c9dcc73f6a36
Fixed bug #853
Ludwig Nussel 2009-10-18 05:34:18 PDT
src/joystick/linux/SDL_sysjoystick.c has some problems:
- test_bit() might break with strict aliasing
- test_bit() assumes array is Uint32 but its actually "unsigned long"
on 64bit systems sizeof(long) != sizeof(Uint32).
- the keybit array is too small
- the arrays are unitialized so the number of
detected buttons is quite random
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 18 Oct 2009 16:14:35 +0000 |
parents | 222aa027e650 |
children |
comparison
equal
deleted
inserted
replaced
3403:5f812979e179 | 3404:c9dcc73f6a36 |
---|