]> git.pld-linux.org Git - packages/mutt.git/blame - mutt-long-lines.patch
- rel 1
[packages/mutt.git] / mutt-long-lines.patch
CommitLineData
5d1b95dc 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.025555 seconds and 4 git commands to generate.