summaryrefslogtreecommitdiffstats
path: root/color.c
diff options
context:
space:
mode:
authorRado Smiljanic <regrado@web.de>2007-03-03 21:49:24 -0800
committerRado Smiljanic <regrado@web.de>2007-03-03 21:49:24 -0800
commit6fceaee86fcdcd292e3b4c827f3fbaa7205e2ce3 (patch)
tree7cb1060d4a77ae50da8972d2202170a212737397 /color.c
parent0dacea0a1f96c3e9b5af52f576354b566e145899 (diff)
Increase buffer for color-command regular expressions.
Diffstat (limited to 'color.c')
-rw-r--r--color.c2
1 files changed, 1 insertions, 1 deletions
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)