openbsd-ports/editors/xemacs21/stable/patches/patch-lib-src_cvtmail_c
aanriot eb757943fa move Xemacs 21.4 in xemacs21/stable, in order to import Xemacs 21.5
later (the actively developped branch, which has Xft support etc.)

help and ok matthieu@, "looks ok" ajacoutot@
2007-09-18 18:56:03 +00:00

13 lines
342 B
Plaintext

$OpenBSD: patch-lib-src_cvtmail_c,v 1.1 2007/09/18 18:56:03 aanriot Exp $
--- lib-src/cvtmail.c.orig Mon Oct 10 21:40:20 2005
+++ lib-src/cvtmail.c Mon Oct 10 21:40:30 2005
@@ -60,7 +60,7 @@ main (int argc, char *argv[])
FILE *mfilef;
FILE *cff;
char pre[10];
- char name[14];
+ char name[15];
int c;
hd = getenv ("HOME");