diff options
-rw-r--r-- | graphics/gimp-app/files/patch-plug-ins_common_file-dicom.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp-app/files/patch-plug-ins_common_file-dicom.c b/graphics/gimp-app/files/patch-plug-ins_common_file-dicom.c new file mode 100644 index 000000000000..a95402dd819d --- /dev/null +++ b/graphics/gimp-app/files/patch-plug-ins_common_file-dicom.c @@ -0,0 +1,11 @@ +--- plug-ins/common/file-dicom.c.orig 2022-06-12 20:26:00 UTC ++++ plug-ins/common/file-dicom.c +@@ -602,7 +602,7 @@ load_image (const gchar *filename, + (gchar *) value, samples_per_pixel); + g_free (dicominfo); + fclose (DICOM); +- return NULL; ++ return -1; + } + + break; |