]> granicus.if.org Git - mutt/commitdiff
Fix %B in index_format.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 22 Aug 2000 07:41:30 +0000 (07:41 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 22 Aug 2000 07:41:30 +0000 (07:41 +0000)
hdrline.c

index 22a104f69c0250480a1d9f51a9e4e180bcd872dd..d2a6f96c7244ed83ad3ff68e28c84228dfaf0fa2 100644 (file)
--- a/hdrline.c
+++ b/hdrline.c
@@ -299,7 +299,7 @@ hdr_format_str (char *dest,
       if (dest[0])
       {
        strfcpy (buf2, dest, sizeof(buf2));
-       snprintf (dest, destlen, prefix, buf2);
+       hdr_format_s (dest, destlen, prefix, buf2);
        break;
       }
       /* fall through if 'B' returns nothing */