fixes a crash when using limits reported by david@ and bump package.

This commit is contained in:
fgsch 2005-09-05 20:17:33 +00:00
parent bc3e6e0f00
commit 94af9f37ba
2 changed files with 16 additions and 2 deletions

View File

@ -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}

View 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)