mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Change this to string_is_equal
This commit is contained in:
parent
bc7427732c
commit
a6dc4430ba
@ -2006,7 +2006,7 @@ const char *msg_hash_to_str_us(enum msg_hash_enums msg) {
|
||||
#ifdef HAVE_MENU
|
||||
const char *ret = menu_hash_to_str_us_label_enum(msg);
|
||||
|
||||
if (ret && string_is_not_equal_fast(ret, "null", 4))
|
||||
if (ret && !string_is_equal(ret, "null"))
|
||||
return ret;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user