Can't Init joystick on OS X from CVS

…probably because in src/joystick/darwin/SDL_sysjoystick.c on line
581 this line:

if (!gpDeviceList)

should instead be:

if (gpDeviceList)

…probably because in src/joystick/darwin/SDL_sysjoystick.c on line
581 this line:

if (!gpDeviceList)

should instead be:

if (gpDeviceList)

Heheh, looks like someone already fixed this. :slight_smile:

Thanks!
-Sam Lantinga, Senior Software Engineer, Blizzard Entertainment