diff notes @ 12:3f627519a92d stable-0-5-2

properly ignore (second block zero) errors. that will just drop some unknown attachments, but the rest of the data is still found
author carl
date Sat, 18 Feb 2006 09:56:00 -0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/notes	Sat Feb 18 09:56:00 2006 -0800
@@ -0,0 +1,7 @@
+1) _pst_build_desc_ptr used 0x21 as the fixed starting value for these
+ids, but _pst_build_id_ptr had no lower bound, so used -1.  We switch to
+-1 for both, since it may just be coincidence that 0x21 is the lowest
+value seen in .pst files.
+
+3) In _pst_getBlockOffset, offset may be zero. i_offset should probably
+not be zero.