This commit is contained in:
twinaphex 2019-08-23 00:46:06 +02:00
parent 8d41efb00d
commit 09ac01afd2

View File

@ -2827,7 +2827,7 @@ static void setting_get_string_representation_uint_ai_service_lang(
rarch_setting_t *setting,
char *s, size_t len)
{
enum msg_hash_enums enum_idx = 0;
enum msg_hash_enums enum_idx = MSG_UNKNOWN;
if (!setting)
return;