head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2026.06.02.17.39.47; author gdt; state dead; branches; next 1.1; commitid rLJdEi9LqWKSvfIG; 1.1 date 2026.05.09.12.01.07; author gdt; state Exp; branches; next ; commitid 6RGg4kMXcRo7p8FG; desc @@ 1.2 log @geography/qgis: Update to 3.44.11 Upstream NEWS: micro release @ text @$NetBSD: patch-src_analysis_processing_qgsalgorithmimportphotos.cpp,v 1.1 2026/05/09 12:01:07 gdt Exp $ --- src/analysis/processing/qgsalgorithmimportphotos.cpp.orig 2026-04-03 12:00:51.000000000 +0000 +++ src/analysis/processing/qgsalgorithmimportphotos.cpp @@@@ -397,7 +397,7 @@@@ QVariantMap QgsImportPhotosAlgorithm::pr continue; } - char **GDALmetadata = GDALGetMetadata( hDS.get(), nullptr ); + CSLConstList GDALmetadata = GDALGetMetadata( hDS.get(), nullptr ); if ( !GDALmetadata ) { GDALmetadata = GDALGetMetadata( hDS.get(), "EXIF" ); @ 1.1 log @geography/qgis: Cherry-pick pending upstream PR to fix build with 3.13.0 A lot of diff noise, but really it's a minor type cleanup. Almost certainly can be dropped with 3.44.10. @ text @d1 1 a1 1 $NetBSD$ @