diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-21 16:16:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-21 16:16:54 +0000 |
commit | 62cb8838dcaeb8e69e847fccb5177f4a074303f6 (patch) | |
tree | d557f6e24a1fdef818802fecb9cbd992155ba774 /rfc822.c | |
parent | c4dfe684af12c245e7603baf9ec98f188b56e5b6 (diff) | |
download | fetchmail-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 == '(') |