e0e997ac03
- add a few fixes. tested by matthieu@, krw@ inputs from espie, inputs and review alek@
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
$OpenBSD: patch-lib-src_cvtmail_c,v 1.1 2005/11/03 15:51:05 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");
|