]> git.eshelyaron.com Git - emacs.git/commit
Fix image crash on macOS (bug#49688)
authorAlan Third <alan@idiocy.org>
Sat, 24 Jul 2021 11:44:19 +0000 (12:44 +0100)
committerAlan Third <alan@idiocy.org>
Mon, 26 Jul 2021 20:04:05 +0000 (21:04 +0100)
commit246803f26fdec5f425418210167da0f93d4b3401
tree856ea31e44eee573002fcd9bfaf528cbf9dc2812
parent4f43058e9a69552e4bf600fd7a93bc1c459742ef
Fix image crash on macOS (bug#49688)

* src/nsimage.m ([EmacsImage allocInitFromFile:]): Use isValid to
check whether the image is valid instead of generating a tiff.
src/nsimage.m