Skip to content

Fail if ftell fails

Peter Hutterer requested to merge whot/fonttosfnt:wip/ftell-fail into master

Fixes a coverity warning: ftell may return -1 on error which we then pass into fseek later. We properly fail there anyway, so this change is unlikely to have any real effect.

Merge request reports