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 95291b448c09..730f67099d11 100644 --- a/mail/mutt/files/patch-dgc-deepif +++ b/mail/mutt/files/patch-dgc-deepif @@ -1,6 +1,6 @@ ---- muttlib.c.orig 2017-06-03 02:20:37 UTC +--- muttlib.c.orig 2019-05-26 19:28:53 UTC +++ muttlib.c -@@ -1425,6 +1425,12 @@ void mutt_FormatString (char *dest, /* +@@ -1530,6 +1530,12 @@ void mutt_FormatString (char *dest, /* output buffer count = 0; while (count < sizeof (ifstring) && *src && *src != '?' && *src != '&') { @@ -13,7 +13,7 @@ *cp++ = *src++; count++; } -@@ -1437,7 +1437,13 @@ void mutt_FormatString (char *dest, /* +@@ -1542,7 +1548,13 @@ void mutt_FormatString (char *dest, /* output buffer count = 0; while (count < sizeof (elsestring) && *src && *src != '?') { |