One small change

This commit is contained in:
Steel Titanium 2018-12-03 13:32:24 -05:00
parent 8efc32b826
commit 168647275c
1 changed files with 1 additions and 1 deletions

View File

@ -6731,7 +6731,7 @@ static void M_SetupJoystickMenu(INT32 choice)
INT32 n = I_NumJoys();
(void)choice;
strncpy(joystickInfo[i], "None", 5);
strcpy(joystickInfo[i], "None");
for (i = 1; i < 8; i++)
{