mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
499 B
Plaintext
14 lines
499 B
Plaintext
$NetBSD: patch-ba,v 1.2 2012/03/12 13:22:17 fhajny Exp $
|
|
|
|
--- src/formail.c.orig 2009-07-17 23:04:16.000000000 -0400
|
|
+++ src/formail.c 2009-07-17 23:04:16.000000000 -0400
|
|
@@ -819,7 +819,7 @@
|
|
{ if(split) /* gobble up the next start separator */
|
|
{ buffilled=0;
|
|
#ifdef sMAILBOX_SEPARATOR
|
|
- getline();buffilled=0; /* but only if it's defined */
|
|
+ get_line();buffilled=0; /* but only if it's defined */
|
|
#endif
|
|
if(buflast!=EOF) /* if any */
|
|
goto splitit;
|