aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-02-26 22:09:12 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-02-26 22:09:12 +0000
commit6468431048a669d99c003b940474ec60a833afe1 (patch)
tree2154d5a6fcceb1f8a51eb143ae161c44f87291c9 /fetchmail.c
parentfc659a867896396b1c338ae890b10cdeea13e703 (diff)
downloadfetchmail-6468431048a669d99c003b940474ec60a833afe1.tar.gz
fetchmail-6468431048a669d99c003b940474ec60a833afe1.tar.bz2
fetchmail-6468431048a669d99c003b940474ec60a833afe1.zip
MSGBUFSIZE everywhere.
svn path=/trunk/; revision=1678
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
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)
{