planetbeing / libdmg-hfsplus

Portable libraries and utilities that manipulate HFS+ volumes and Apple's DMG images
GNU General Public License v3.0
161 stars 104 forks source link

dmg: fix checksum error #7

Closed theuni closed 9 years ago

theuni commented 10 years ago

I realize that @planetbeing is not really active or responsive here, but I'm submitting this in the event that someone who's googling this issue may stumble onto this PR.

When using 'dmg' to compact an existing dmg, the resulting file has an invalid checksum. A workaround is proposed here: http://shanemcc.co.uk/libdmg/ which disables the checksum. That seems less than ideal.

Instead, this change adds the checksum data where it should be. My Macbook on 10.6 is happy with it, whereas before the change it reported the broken checksum.

sergiopvilar commented 9 years ago

Thanks @theuni, you're a life saver!