]> Pileus Git - ~andy/fetchmail/blobdiff - rfc822.c
Core dump fix.
[~andy/fetchmail] / 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++)