Changeset 1283:62a710f05f76
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1113
|
r1283
|
|
| 327 | 327 | ALIAS *a = Aliases; |
| 328 | 328 | ALIAS *a_list = NULL, *a_cur = NULL; |
| 329 | | char bestname[STRING]; |
| | 329 | char bestname[HUGE_STRING]; |
| 330 | 330 | int i; |
| 331 | 331 | |