summarylogtreecommitdiffstats
path: root/exif.patch
diff options
context:
space:
mode:
Diffstat (limited to 'exif.patch')
-rw-r--r--exif.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/exif.patch b/exif.patch
deleted file mode 100644
index b61607fd1e2d..000000000000
--- a/exif.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/src/core/exif.cpp 2023-09-15 10:21:26.000000000 +0200
-+++ b/src/core/exif.cpp 2023-10-17 15:14:49.642653101 +0200
-@@ -124,7 +124,7 @@
- gchar* siril_get_date_from_exif(const char *filename) {
- #ifdef HAVE_EXIV2
- try {
-- Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(WIDEN(filename));
-+ Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(WIDEN(filename));
- if (image.get() == 0) {
- fprintf(stderr, "Error Cannot open the file.\n");
- return NULL;
-
-