[neon/mobile/plasma-camera/Neon/stable] debian/patches: only one =
Carlos De Maine
null at kde.org
Tue Oct 21 00:06:42 BST 2025
Git commit f923df9efc4d0a8ee76f0d66df0a0cabec5ca41e by Carlos De Maine.
Committed on 20/10/2025 at 23:06.
Pushed by carlosdem into branch 'Neon/stable'.
only one =
M +1 -1 debian/patches/exiv2.diff
https://invent.kde.org/neon/mobile/plasma-camera/-/commit/f923df9efc4d0a8ee76f0d66df0a0cabec5ca41e
diff --git a/debian/patches/exiv2.diff b/debian/patches/exiv2.diff
index 22b27fc..4a4b5fa 100644
--- a/debian/patches/exiv2.diff
+++ b/debian/patches/exiv2.diff
@@ -9,6 +9,6 @@ index 29e651a..90fdf68 100644
- Exiv2::Image::UniquePtr image = Exiv2::ImageFactory::open(fileName.toStdString());
- if (!image) {
+ Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(fileName.toStdString());
-+ if (image.get() !== nullptr) {
++ if (image.get() != nullptr) {
return;
}
More information about the Neon-commits
mailing list