diff --git a/src/elogd.c b/src/elogd.c index 4c2bc7b8..97492c78 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -10531,7 +10531,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL *strchr(str, '{') = 0; strencode2(enc_attr, attrib[index], sizeof(enc_attr)); - if (strstr(attrib[index], attr_options[index][i]) || strieq(str, enc_attr)) + if (strieq(attrib[index], attr_options[index][i]) || strieq(str, enc_attr)) rsprintf ("\n", str, ua, str);