]> git.pld-linux.org Git - packages/gimp.git/blob - gimp-segv_bmp.patch
- updated for 2.2.11
[packages/gimp.git] / gimp-segv_bmp.patch
1 diff -urN gimp-2.0.6.orig/plug-ins/bmp/bmpread.c gimp-2.0.6/plug-ins/bmp/bmpread.c
2 --- gimp-2.0.6.orig/plug-ins/bmp/bmpread.c      2004-11-24 15:10:15.000000000 +0000
3 +++ gimp-2.0.6/plug-ins/bmp/bmpread.c   2004-11-24 15:14:36.187843920 +0000
4 @@ -457,7 +457,7 @@
5        if (grey)
6          {
7            base_type = GIMP_GRAY;
8 -          image_type = GIMP_RGB_IMAGE;
9 +          image_type = GIMP_GRAY_IMAGE;
10          }
11        else
12          {
This page took 0.060737 seconds and 3 git commands to generate.