From 5018f7e9ed92db6ec9cab80bb3dec38233ea8550 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 29 Oct 1998 15:36:26 +0000 Subject: [PATCH] Core dump fix. svn path=/trunk/; revision=2148 --- rfc822.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++) -- 2.43.2