Show
Ignore:
Timestamp:
2007-03-20 13:17:28 (21 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
default
Message:

Enlarge help string buffers
Even on 80x25 terminals, SHORT_STRING (128 byte) may not be enough so use
LONG_STRING (1k) as STRING (256 byte) may well be too short for wider
terminals. Closes debian #4152777.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r4343 r5010  
    492492                    HEADER *cur)   /* current message */ 
    493493{ 
    494   char helpstr[SHORT_STRING]; 
     494  char helpstr[LONG_STRING]; 
    495495  char buf[LONG_STRING]; 
    496496  char fname[_POSIX_PATH_MAX];