fixes a crash when using limits reported by david@ and bump package.
This commit is contained in:
parent
bc3e6e0f00
commit
94af9f37ba
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2005/06/30 05:24:53 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2005/09/05 20:17:33 fgsch Exp $
|
||||
|
||||
COMMENT= "tty-based e-mail client"
|
||||
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
VERSION= 1.4.2
|
||||
MASTER_SITES= ${MASTER_SITES_MUTT}
|
||||
|
||||
|
14
mail/mutt/stable/patches/patch-muttlib_c
Normal file
14
mail/mutt/stable/patches/patch-muttlib_c
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-muttlib_c,v 1.1 2005/09/05 20:17:33 fgsch Exp $
|
||||
--- muttlib.c.orig Tue Aug 30 20:31:27 2005
|
||||
+++ muttlib.c Tue Aug 30 20:39:17 2005
|
||||
@@ -809,8 +809,8 @@ void mutt_expand_fmt (char *dest, size_t
|
||||
}
|
||||
else if (p[1] == '%')
|
||||
p++;
|
||||
-
|
||||
- p++;
|
||||
+ else
|
||||
+ p++;
|
||||
}
|
||||
|
||||
if (found)
|
Loading…
Reference in New Issue
Block a user