diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-29 15:36:26 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-29 15:36:26 +0000 |
commit | 5018f7e9ed92db6ec9cab80bb3dec38233ea8550 (patch) | |
tree | 2277df7cb0c07530fa710141ed58e4b78dfa671a /rfc822.c | |
parent | 1e8ff540caa5655007fed852d2593982df7848bc (diff) | |
download | fetchmail-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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++) |