Skip to content

Fix inversed logic in escl_tiff.c:get_TIFF_data

Raphael Isemann requested to merge teemperor/backends:FixEsclTiffSupport into master

malloc returns NULL on error, but this code errors out on the non-NULL pointer indicating success (which essentially makes this function always fail).

Signed-off-by: Raphael Isemann teemperor@gmail.com

Merge request reports

Loading