aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-10-29 15:36:26 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-10-29 15:36:26 +0000
commit5018f7e9ed92db6ec9cab80bb3dec38233ea8550 (patch)
tree2277df7cb0c07530fa710141ed58e4b78dfa671a /rfc822.c
parent1e8ff540caa5655007fed852d2593982df7848bc (diff)
downloadfetchmail-5018f7e9ed92db6ec9cab80bb3dec38233ea8550.tar.gz
fetchmail-5018f7e9ed92db6ec9cab80bb3dec38233ea8550.tar.bz2
fetchmail-5018f7e9ed92db6ec9cab80bb3dec38233ea8550.zip
Core dump fix.
svn path=/trunk/; revision=2148
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc822.c b/rfc822.c
index 5e4f24d6..06a2da0e 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -53,7 +53,7 @@ const char *host; /* server hostname */
#ifndef TESTMAIN
if (outlevel >= O_DEBUG)
- error_build(0, 0, "About to rewrite %s", buf);
+ error_build("About to rewrite %s", buf);
/* make room to hack the address; buf must be malloced */
for (cp = buf; *cp; cp++)