patch-src_formail_c 560 B

123456789101112
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- procmail-3.22.orig/src/formail.c 2001-09-11 06:57:32.000000000 +0200
  3. +++ procmail-3.22/src/formail.c 2009-06-02 00:22:47.000000000 +0200
  4. @@ -819,7 +819,7 @@ splitit: { if(!lnl) /* did the p
  5. { if(split) /* gobble up the next start separator */
  6. { buffilled=0;
  7. #ifdef sMAILBOX_SEPARATOR
  8. - getline();buffilled=0; /* but only if it's defined */
  9. + getline2();buffilled=0; /* but only if it's defined */
  10. #endif
  11. if(buflast!=EOF) /* if any */
  12. goto splitit;