metadata: try to be more robust when saving

Tentative fix for #89

(cherry picked from commit a8b53fef753c7a1146013feeb66be87c688b8631)
This commit is contained in:
Alberto Griggio
2020-05-17 18:28:06 +02:00
committed by Lawrence Lee
parent 700eeccb39
commit 6cec805774
2 changed files with 30 additions and 2 deletions

View File

@@ -1399,7 +1399,7 @@ bool ImageIO::saveMetadata(const Glib::ustring &fname) const
// dst->writeMetadata();
} catch (const std::exception& exc) {
std::cout << "EXIF ERROR: " << exc.what() << std::endl;
return false;
//return false;
}
}