raspberrypi / picotool

BSD 3-Clause "New" or "Revised" License
525 stars 86 forks source link

Fix fread unused_result warning #92

Closed earlephilhower closed 6 months ago

earlephilhower commented 6 months ago

Check the read of the source binary succeeded, and if not generate an exception and let the user know.

Fixes #91