From 6468431048a669d99c003b940474ec60a833afe1 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 26 Feb 1998 22:09:12 +0000 Subject: MSGBUFSIZE everywhere. svn path=/trunk/; revision=1678 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index af5e474b..ea5a56bb 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -134,7 +134,7 @@ int main (int argc, char **argv) exit(PS_SYNTAX); /* this hint to stdio should help messages come out in the right order */ - setvbuf(stdout, NULL, _IOLBF, POPBUFSIZE); + setvbuf(stdout, NULL, _IOLBF, MSGBUFSIZE); if (versioninfo) { -- cgit v1.2.3