darlinghq / darling-dmg

FUSE module for .dmg files (containing an HFS+ filesystem)
http://www.darlinghq.org
GNU General Public License v3.0
273 stars 45 forks source link

Warning removal. #92

Open jief666 opened 5 years ago

jief666 commented 5 years ago

Safe downcast, explained in comment. 1 or 2 unused var removed. Change to uint64_t some var used for offset.

I also better protected read function with if ( count < 0 ) return -1;