1234567891011121314151617181920212223 |
- $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
- --- procmail-3.22.orig/src/fields.c 2001-09-11 06:57:08.000000000 +0200
- +++ procmail-3.22/src/fields.c 2009-06-02 00:23:11.000000000 +0200
- @@ -110,16 +110,16 @@ void dispfield(p)register const struct f
-
- int readhead P((void))
- { int idlen;
- - getline();
- + getline2();
- if((idlen=breakfield(buf,buffilled))<=0)
- return 0;
- if(idlen==STRLEN(FROM)&&eqFrom_(buf))
- { if(rdheader)
- return 0;
- - for(;buflast=='>';getline());
- + for(;buflast=='>';getline2());
- }
- else
- - for(;;getline())
- + for(;;getline2())
- { switch(buflast)
- { case ' ':case '\t':
- continue;
|