Commit cbc802d38 for imagemagick.org
commit cbc802d38b2d37a4ae101c6ef80a465678cc6a49
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Thu Jan 15 21:01:04 2026 +0100
Changed version check because a new version of libraw has been released (#8524).
diff --git a/coders/dng.c b/coders/dng.c
index 29ef3a799..8b619ea36 100644
--- a/coders/dng.c
+++ b/coders/dng.c
@@ -332,7 +332,7 @@ static void SetLibRawParams(const ImageInfo *image_info,Image *image,
}
static void LibRawDataError(void *data,const char *magick_unused(file),
-#if defined(MAGICK_LIBRAW_VERSION_TAIL) && MAGICK_LIBRAW_VERSION_TAIL == 202502
+#if LIBRAW_COMPILE_CHECK_VERSION(0,22)
const INT64 offset)
#else
const int offset)