diff src/libpst.h @ 94:997cf1373f9e

fix base64 encoding that could create long lines
author Carl Byington <carl@five-ten-sg.com>
date Tue, 09 Sep 2008 11:11:56 -0700
parents 631d02d30a1c
children 1fc33da23175
line wrap: on
line diff
--- a/src/libpst.h	Thu Aug 28 15:25:53 2008 -0700
+++ b/src/libpst.h	Tue Sep 09 11:11:56 2008 -0700
@@ -537,11 +537,9 @@
 
 
 typedef struct pst_holder {
-    char **buf;
-    FILE *    fp;
-    int       base64;
-    char      base64_extra_chars[3];
-    uint32_t  base64_extra;
+    char  **buf;
+    FILE   *fp;
+    int     base64;
 } pst_holder;