X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fquery.c;fp=lib-ui%2Fquery.c;h=2ce89614922d934fe565771ae30814c25edbf4a2;hb=f3cbb9f51357972f6e74244494236a41dc4d84cd;hp=b0a42d723b21aceec11ef1db757320bf50de52e3;hpb=055f4c1f45ad240f9095e79d3b6957db3ce29975;p=apps%2Fmadmutt.git diff --git a/lib-ui/query.c b/lib-ui/query.c index b0a42d7..2ce8961 100644 --- a/lib-ui/query.c +++ b/lib-ui/query.c @@ -434,7 +434,7 @@ static void query_menu (char *buf, ssize_t buflen, QUERY * results, int retbuf) address_t *tmpa = result_to_addr (QueryTable[i].data); mutt_addrlist_to_local (tmpa); - strcat (buf, ", "); /* __STRCAT_CHECKED__ */ + m_strcat(buf, buflen, ", "); rfc822_write_address ((char *) buf + curpos + 1, buflen - curpos - 1, tmpa, 0); curpos = m_strlen(buf);