patch-src_formisc_c 569 B

123456789101112
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- procmail-3.22.orig/src/formisc.c 2001-06-29 04:20:45.000000000 +0200
  3. +++ procmail-3.22/src/formisc.c 2009-06-02 00:23:57.000000000 +0200
  4. @@ -115,7 +115,7 @@ void loadchar(c)const int c; /* a
  5. buf[buffilled++]=c;
  6. }
  7. -int getline P((void)) /* read a newline-terminated line */
  8. +int getline2 P((void)) /* read a newline-terminated line */
  9. { if(buflast==EOF) /* at the end of our Latin already? */
  10. { loadchar('\n'); /* fake empty line */
  11. return EOF; /* spread the word */