]> Pileus Git - ~andy/fetchmail/commitdiff
Core dump fix.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 29 Oct 1998 15:36:26 +0000 (15:36 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 29 Oct 1998 15:36:26 +0000 (15:36 -0000)
svn path=/trunk/; revision=2148

rfc822.c

index 5e4f24d6cfb9783e029bd46e32f9eb650ff81577..06a2da0ebc33ddb19ce335b1efcb22ff0fc1ecbf 100644 (file)
--- 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++)