X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=359059671eeb97e4b0c7244b07c013ae361091ef;hp=6f9a0d35db1230c35d867fb32ec975095a797886;hb=926c11d6cc2cf92ec20792edaef2608d3f3b198b;hpb=688ac22f746f785c27ac99ac86aa85a3035a3638 diff --git a/commands.c b/commands.c index 6f9a0d3..3590596 100644 --- a/commands.c +++ b/commands.c @@ -251,7 +251,7 @@ void ci_bounce_message (HEADER * h, int *redraw) (h ? _("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), 0, COLS - extra_space, 0, 0, prompt, sizeof(prompt), 0); m_strcat(prompt, sizeof(prompt), "...?");