]> granicus.if.org Git - mutt/commitdiff
*** empty log message ***
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 26 Jan 2005 12:21:46 +0000 (12:21 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 26 Jan 2005 12:21:46 +0000 (12:21 +0000)
status.c

index bb770e5739d3cb9073da98a2d4c2b09667173100..8dcefc7ccf01575b8525d8fd7a04071f5f2980b7 100644 (file)
--- a/status.c
+++ b/status.c
@@ -266,7 +266,7 @@ status_format_str (char *buf, size_t buflen, char op, const char *src,
       if (!optional)
       {
        snprintf (fmt, sizeof(fmt), "%%%ss", prefix);
-       snprintf (buf, buflen, fmt, NONULL (Context));
+       snprintf (buf, buflen, fmt, NONULL (Context->pattern));
       }
       else if (!Context || !Context->pattern)
        optional = 0;