Show
Ignore:
Timestamp:
2007-09-11 09:33:48 (15 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Enlarge error buffer in mutt_enter_command() to not truncate option queries.
The error buffer gets passed down into parse_set() using it to report
option values. SHORT_STRING is too short to even print some defaults
(e.g. $status_format).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • commands.c

    r5184 r5220  
    583583{ 
    584584  BUFFER err, token; 
    585   char buffer[LONG_STRING], errbuf[SHORT_STRING]; 
     585  char buffer[LONG_STRING], errbuf[LONG_STRING]; 
    586586  int r; 
    587587