From: Thomas Roessler Date: Wed, 16 Sep 1998 20:06:43 +0000 (+0000) Subject: [patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault when running X-Git-Tag: mutt-0-94-7i-rel~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3de984c5dd8b6df309f8d6f6a0dae72223ffaa48;p=mutt [patch-0.94.6i.oe.dprint2.1] Fix a segmentation fault when running in -d2 mode. --- 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; } }