Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
11:bf12a9d4524c | 12:3f627519a92d |
---|---|
1 1) _pst_build_desc_ptr used 0x21 as the fixed starting value for these | |
2 ids, but _pst_build_id_ptr had no lower bound, so used -1. We switch to | |
3 -1 for both, since it may just be coincidence that 0x21 is the lowest | |
4 value seen in .pst files. | |
5 | |
6 3) In _pst_getBlockOffset, offset may be zero. i_offset should probably | |
7 not be zero. |