X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvcmd.c;h=e4db1d8fe4f664011af29b90304a40277186eefe;hp=bf965a04a03c58031f2bf2175e67072f73f9e8a8;hb=3f35b8874fb10587ce43e2853a1ef95573222015;hpb=688ac22f746f785c27ac99ac86aa85a3035a3638 diff --git a/recvcmd.c b/recvcmd.c index bf965a0..e4db1d8 100644 --- a/recvcmd.c +++ b/recvcmd.c @@ -163,7 +163,7 @@ void mutt_attach_bounce (FILE * fp, HEADER * hdr __attribute__ ((unused)), (p ? _("Bounce message to %s") : _("Bounce messages to %s")), buf); - if (mutt_strwidth (prompt) > COLS - extra_space) { + if (m_strwidth(prompt) > COLS - extra_space) { mutt_format_string (prompt, sizeof (prompt) - 4, 0, COLS - extra_space, 0, 0, prompt, sizeof (prompt), 0);