Changeset 1083:f4ba0601cf87 for alias.c

Show
Ignore:
Timestamp:
1999-09-23 13:50:34 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:

increase this limit for stable as well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • alias.c

    r915 r1083  
    304304  ALIAS *a = Aliases; 
    305305  ALIAS *a_list = NULL, *a_cur = NULL; 
    306   char bestname[STRING]; 
     306  char bestname[HUGE_STRING]; 
    307307  int i; 
    308308