]> git.pld-linux.org Git - packages/mutt.git/blob - mutt-long-lines.patch
- updated to 1.5.19
[packages/mutt.git] / mutt-long-lines.patch
1 --- mutt-1.4.2.2/handler.c~     2007-02-19 23:35:33.000000000 +0100
2 +++ mutt-1.4.2.2/handler.c      2007-02-19 23:36:28.000000000 +0100
3 @@ -235,8 +235,8 @@
4  
5  void mutt_decode_quoted (STATE *s, long len, int istext, iconv_t cd)
6  {
7 -  char line[STRING];
8 -  char decline[2*STRING];
9 +  char line[LONG_STRING];
10 +  char decline[2*LONG_STRING];
11    size_t l = 0;
12    size_t l2;
13    size_t l3;
This page took 0.028906 seconds and 3 git commands to generate.