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
  • addrbook.c

    r4343 r5010  
    137137  int i, done = 0; 
    138138  int op; 
    139   char helpstr[SHORT_STRING]; 
     139  char helpstr[LONG_STRING]; 
    140140 
    141141  int omax;