View | Details | Raw Unified | Return to bug 268790
Collapse All | Expand All

(-)b/graphics/gimp-app/files/patch-plug-ins_common_file-dicom.c (+11 lines)
Added Link Here
1
--- plug-ins/common/file-dicom.c.orig	2022-06-12 20:26:00 UTC
2
+++ plug-ins/common/file-dicom.c
3
@@ -602,7 +602,7 @@ load_image (const gchar  *filename,
4
                                (gchar *) value, samples_per_pixel);
5
                   g_free (dicominfo);
6
                   fclose (DICOM);
7
-                  return NULL;
8
+                  return -1;
9
                 }
10
 
11
               break;

Return to bug 268790