On Tuesday, April 16, 2002, at 12:39 AM, Entwicklung wrote:
Based on the above declarations shouldn't the size for the HFSPlus catalog thread record be 2+2+4 (since CNID's are 4 bytes long ) + 256*2 = 264+256 instead of 264 as mentioned above ? I think someone probably forgot to multiply the 256 by 2 but I just wanted to make sure that is an error.
You're right, it's an error. The correct (maximum) size is 520. The minimum size would be 10 + 2 * nodeName.length.
-Mark