view notes @ 13:80ae7e5cb562

patches from debian
author carl
date Sun, 19 Feb 2006 14:35:22 -0800
parents 3f627519a92d
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.