diff options
Diffstat (limited to 'mail/mutt/files/patch-dgc-deepif')
-rw-r--r-- | mail/mutt/files/patch-dgc-deepif | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/files/patch-dgc-deepif b/mail/mutt/files/patch-dgc-deepif index 7f1515b6aefe..a91d183f5f90 100644 --- a/mail/mutt/files/patch-dgc-deepif +++ b/mail/mutt/files/patch-dgc-deepif @@ -1,6 +1,6 @@ ---- muttlib.c.orig 2021-06-13 21:49:47 UTC +--- muttlib.c.orig 2022-02-12 23:46:24 UTC +++ muttlib.c -@@ -1720,6 +1720,12 @@ void mutt_FormatString (char *dest, /* output buffer +@@ -1724,6 +1724,12 @@ void mutt_FormatString (char *dest, /* output buffer count = 0; while (count < sizeof (ifstring) && *src && *src != '?' && *src != '&') { @@ -13,7 +13,7 @@ *cp++ = *src++; count++; } -@@ -1732,7 +1738,13 @@ void mutt_FormatString (char *dest, /* output buffer +@@ -1736,7 +1742,13 @@ void mutt_FormatString (char *dest, /* output buffer count = 0; while (count < sizeof (elsestring) && *src && *src != '?') { |