]> granicus.if.org Git - mutt/commitdiff
Use mutt_strwidth for query response formatting. (#1477)
authorMichael Elkins <me@sigpipe.org>
Tue, 25 Feb 2003 21:41:32 +0000 (21:41 +0000)
committerMichael Elkins <me@sigpipe.org>
Tue, 25 Feb 2003 21:41:32 +0000 (21:41 +0000)
query.c

diff --git a/query.c b/query.c
index 8316970c3a5154e73243288f1ed0432a69661889..08468a4779896bf878439b295218fedae13ea9e5 100644 (file)
--- a/query.c
+++ b/query.c
@@ -111,7 +111,7 @@ static QUERY *run_query (char *s, int quiet)
        cur = cur->next;
       }
 
-      l = mutt_strlen (p);
+      l = mutt_strwidth (p);
       if (l > SecondColumn)
        SecondColumn = l;