aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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++)