From a6dc4430ba169ef0d6899cf28a4b62974bb4e8f7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 30 May 2017 18:54:10 +0200 Subject: [PATCH] Change this to string_is_equal --- intl/msg_hash_us.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intl/msg_hash_us.c b/intl/msg_hash_us.c index ee0ae74fb6..45f4d19841 100644 --- a/intl/msg_hash_us.c +++ b/intl/msg_hash_us.c @@ -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