Make buffers for device lists a bit longer. Just in case.

This commit is contained in:
Thilo Schulz 2011-03-11 13:53:22 +00:00
parent 641256f7f0
commit bce3848523
2 changed files with 3 additions and 3 deletions

View file

@ -574,7 +574,7 @@ static void IN_InitJoystick( void )
{
int i = 0;
int total = 0;
char buf[MAX_STRING_CHARS] = "";
char buf[16384] = "";
if (stick != NULL)
SDL_JoystickClose(stick);