darlinghq / darling-dmg

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

throw "LZFSE is not yet supported" misplaced. #77

Closed jief666 closed 6 years ago

jief666 commented 6 years ago

throw function_not_implemented_error("LZFSE is not yet supported"); append for all compression type.

tomkoen commented 6 years ago

Oops, I always compile with COMPILE_WITH_LZFSE, thanks for the fix.

tomkoen commented 6 years ago

I'd also change the text also to "LZFSE is not supported, recompile with the COMPILE_WITH_LZFSE define"

jief666 commented 6 years ago

Yes, a message that advise you on what to do is always good 👍