Changeset 1283:62a710f05f76 for alias.c

Show
Ignore:
Timestamp:
1999-09-23 13:01:13 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Increase a buffer to make larger group aliases possible. The
current STRING buffer was far too small.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • alias.c

    r1113 r1283  
    327327  ALIAS *a = Aliases; 
    328328  ALIAS *a_list = NULL, *a_cur = NULL; 
    329   char bestname[STRING]; 
     329  char bestname[HUGE_STRING]; 
    330330  int i; 
    331331