aboutsummaryrefslogtreecommitdiff
path: root/mail/mutt/files/patch-dgc-deepif
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mutt/files/patch-dgc-deepif')
-rw-r--r--mail/mutt/files/patch-dgc-deepif6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mutt/files/patch-dgc-deepif b/mail/mutt/files/patch-dgc-deepif
index 94aa781974a1..6ca74d71f4a3 100644
--- a/mail/mutt/files/patch-dgc-deepif
+++ b/mail/mutt/files/patch-dgc-deepif
@@ -1,6 +1,6 @@
---- muttlib.c.orig 2019-12-06 03:41:57 UTC
+--- muttlib.c.orig 2020-05-05 02:09:34 UTC
+++ muttlib.c
-@@ -1606,6 +1606,12 @@ void mutt_FormatString (char *dest, /* output buffer
+@@ -1710,6 +1710,12 @@ void mutt_FormatString (char *dest, /* output buffer
count = 0;
while (count < sizeof (ifstring) && *src && *src != '?' && *src != '&')
{
@@ -13,7 +13,7 @@
*cp++ = *src++;
count++;
}
-@@ -1618,7 +1624,13 @@ void mutt_FormatString (char *dest, /* output buffer
+@@ -1722,7 +1728,13 @@ void mutt_FormatString (char *dest, /* output buffer
count = 0;
while (count < sizeof (elsestring) && *src && *src != '?')
{