mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
Change home of project PR: 86554 Submitted by: Jonathan <afarsec@012.net.il> Approved by: pav (mentor), natey@natey.com (maintainer)
11 lines
413 B
C
11 lines
413 B
C
--- readpst.c.orig Sun Sep 25 14:24:59 2005
|
|
+++ readpst.c Sun Sep 25 14:25:19 2005
|
|
@@ -144,7 +144,7 @@
|
|
int base64_body = 0;
|
|
// int encrypt = 0;
|
|
FILE *fp;
|
|
- char *enc; // base64 encoded attachment
|
|
+ char *enc = NULL; // base64 encoded attachment
|
|
char *boundary = NULL, *b1, *b2; // the boundary marker between multipart sections
|
|
char *temp = NULL; //temporary char pointer
|
|
int attach_num = 0;
|