From 62cb8838dcaeb8e69e847fccb5177f4a074303f6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 21 Feb 1997 16:16:54 +0000 Subject: Enable rfc822 compilation. svn path=/trunk/; revision=912 --- rfc822.c | 4 ++-- 1 file 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 == '(') -- cgit v1.2.3