From: Anton Lindqvist Date: Sun, 19 Nov 2017 23:47:45 +0000 (-0800) Subject: Add NONULL to debug statement in fold_one_header(). X-Git-Tag: mutt-1-10-rel~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=117f7de106e85dae926f73598d4fe8e60873dcd0;p=mutt Add NONULL to debug statement in fold_one_header(). --- diff --git a/sendlib.c b/sendlib.c index d09b8ce0..880b8546 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1684,7 +1684,7 @@ static int fold_one_header (FILE *fp, const char *tag, const char *value, int first = 1, enc, col = 0, w, l = 0, fold; dprint(4,(debugfile,"mwoh: pfx=[%s], tag=[%s], flags=%d value=[%s]\n", - pfx, tag, flags, value)); + NONULL (pfx), tag, flags, value)); if (tag && *tag && fprintf (fp, "%s%s: ", NONULL (pfx), tag) < 0) return -1;