view 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 source

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.