diff --git a/src/joystick/SDL_gamepad.c b/src/joystick/SDL_gamepad.c index 7ac5862a3f..4f688028fd 100644 --- a/src/joystick/SDL_gamepad.c +++ b/src/joystick/SDL_gamepad.c @@ -2619,7 +2619,7 @@ static int SDL_PrivateAddGamepadMapping(const char *mappingString, SDL_GamepadMa } else { const char *hint_value = SDL_GetHint(hint); if (!hint_value) { - hint_value = SDL_getenv_unsafe(hint_value); + hint_value = SDL_getenv_unsafe(hint); } value = SDL_GetStringBoolean(hint_value, default_value); if (negate) {