Commit 7e78a4058 for imagemagick.org

commit 7e78a4058d041fee5bc72dc807db7a3497b0f821
Author: Dirk Lemstra <dirk@lemstra.org>
Date:   Sun Mar 29 23:44:30 2026 +0200

    Corrected version check.

diff --git a/coders/dng.c b/coders/dng.c
index ca91eb968..0b0177b23 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 LIBRAW_COMPILE_CHECK_VERSION(0,22)
+#if LIBRAW_COMPILE_CHECK_VERSION_NOTLESS(0,22)
   const INT64 offset)
 #else
   const int offset)