aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-02-21 16:16:54 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-02-21 16:16:54 +0000
commit62cb8838dcaeb8e69e847fccb5177f4a074303f6 (patch)
treed557f6e24a1fdef818802fecb9cbd992155ba774 /rfc822.c
parentc4dfe684af12c245e7603baf9ec98f188b56e5b6 (diff)
downloadfetchmail-62cb8838dcaeb8e69e847fccb5177f4a074303f6.tar.gz
fetchmail-62cb8838dcaeb8e69e847fccb5177f4a074303f6.tar.bz2
fetchmail-62cb8838dcaeb8e69e847fccb5177f4a074303f6.zip
Enable rfc822 compilation.
svn path=/trunk/; revision=912
Diffstat (limited to 'rfc822.c')
-rw-r--r--rfc822.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rfc822.c b/rfc822.c
index 4900c503..69dcd7d7 100644
--- a/rfc822.c
+++ b/rfc822.c
@@ -38,8 +38,8 @@ const char *host; /* server hostname */
for (from = buf; *from; from++)
{
#ifdef TESTMAIN
- printf("state %d: %s", state, mycopy);
- printf("%*s^\n", from - mycopy + 10, " ");
+ printf("state %d: %s", state, buf);
+ printf("%*s^\n", from - buf + 10, " ");
#endif /* TESTMAIN */
if (state != 2)
if (*from == '(')