From: Rado Smiljanic Date: Sun, 4 Mar 2007 05:49:24 +0000 (-0800) Subject: Increase buffer for color-command regular expressions. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fceaee86fcdcd292e3b4c827f3fbaa7205e2ce3;p=mutt Increase buffer for color-command regular expressions. --- diff --git a/color.c b/color.c index b4b88ba9..81cb227f 100644 --- a/color.c +++ b/color.c @@ -515,7 +515,7 @@ add_pattern (COLOR_LINE **top, const char *s, int sensitive, else { int r; - char buf[STRING]; + char buf[LONG_STRING]; tmp = mutt_new_color_line (); if (is_index)