aboutsummaryrefslogtreecommitdiffstats
path: root/rfc822.c
diff options
context:
space:
mode:
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 == '(')