From 3de984c5dd8b6df309f8d6f6a0dae72223ffaa48 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Wed, 16 Sep 1998 20:06:43 +0000 Subject: [patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault when running in -d2 mode. --- copy.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'copy.c') 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; } } -- cgit v1.2.3