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

    r4757 r5010  
    537537  char buf[_POSIX_PATH_MAX]; 
    538538  char prefix[_POSIX_PATH_MAX] = ""; 
    539   char helpstr[SHORT_STRING]; 
     539  char helpstr[LONG_STRING]; 
    540540  char title[STRING]; 
    541541  struct browser_state state;