Fix #605: Crash when writing metadata to .svg files
authorColin Clark <colin.clark@cclark.uk>
Wed, 2 May 2018 18:02:13 +0000 (19:02 +0100)
committerColin Clark <colin.clark@cclark.uk>
Wed, 2 May 2018 18:02:13 +0000 (19:02 +0100)
commite8db929f468d1e635899253db6013ea5d35732fa
tree4f559a9644268c0234905fb200105639fa583a1b
parentac40ce3a6c58a05aabb3f162d0f42cb605bc186f
Fix #605: Crash when writing metadata to .svg files

https://github.com/BestImageViewer/geeqie/issues/605

This corrects a coding error, which caused the crash.

Parhaps the defaults in filefilter.c at about line 238 should be changed
to set these files to no-write:
pnm, svg, gif, xbm, xpm, bmp, ico, ras

But line 228 sets them to writable anyway.
src/exiv2.cc