summaryrefslogtreecommitdiffstats
path: root/copy.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-16 20:06:43 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-16 20:06:43 +0000
commit3de984c5dd8b6df309f8d6f6a0dae72223ffaa48 (patch)
tree8c1c624898a05852a02b58ebbdd7f3e7ba708a42 /copy.c
parentb01b6fa864c36399ee52965069b51461e30edc4c (diff)
[patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault when running
in -d2 mode.
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/copy.c b/copy.c
index 5e04a74d..9280c4b3 100644
--- a/copy.c
+++ b/copy.c
@@ -172,8 +172,7 @@ mutt_copy_hdr (FILE *in, FILE *out, long off_start, long off_end, int flags,
{
if (!strncasecmp (buf, t->data, strlen (t->data)))
{
- dprint(2, (debugfile, "Reorder: %s matches %s\n", t->data,
- headers[x]));
+ dprint(2, (debugfile, "Reorder: %s matches %s", t->data, buf));
break;
}
}