diff src/libpst.h @ 170:0e1e048716e4

fix bug where we failed to pickup the last extended attribute. patch from Emmanuel Andry to fix potential security bug in pst2dii with printf(err).
author Carl Byington <carl@five-ten-sg.com>
date Sun, 22 Mar 2009 14:34:26 -0700
parents 40e9de445038
children ac6e22c8a9cf
line wrap: on
line diff
--- a/src/libpst.h	Thu Mar 19 16:46:22 2009 -0700
+++ b/src/libpst.h	Sun Mar 22 14:34:26 2009 -0700
@@ -542,8 +542,10 @@
     pst_x_attrib_ll *x_head;
     pst_block_recorder *block_head;
 
-    int do_read64;              // 0 is 32-bit pst file, pre Outlook 2003;
-                                // 1 is 64-bit pst file, Outlook 2003 and later
+    /** 0 is 32-bit pst file, pre Outlook 2003;
+     *  1 is 64-bit pst file, Outlook 2003 and later
+     */
+    int do_read64;
     uint64_t index1;
     uint64_t index1_back;
     uint64_t index2;