diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 15:02:31 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 15:02:31 +0000 |
commit | 8736f458a17a03cf79a763a0c8122f93162fed71 (patch) | |
tree | fba97f22de8410ee5df8985e6c98756093578100 /extra/cinepaint | |
parent | d1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff) |
Wed Dec 7 15:02:27 UTC 2011
Diffstat (limited to 'extra/cinepaint')
-rw-r--r-- | extra/cinepaint/cinepaint-0.22-gcc44.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/cinepaint/cinepaint-0.22-gcc44.patch b/extra/cinepaint/cinepaint-0.22-gcc44.patch deleted file mode 100644 index 340057834..000000000 --- a/extra/cinepaint/cinepaint-0.22-gcc44.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Nru cinepaint-0.22-1.orig/plug-ins/collect/collect.cpp cinepaint-0.22-1/plug-ins/collect/collect.cpp ---- cinepaint-0.22-1.orig/plug-ins/collect/collect.cpp 2007-03-30 11:11:33.000000000 +0200 -+++ cinepaint-0.22-1/plug-ins/collect/collect.cpp 2009-05-21 14:54:45.000000000 +0200 -@@ -301,7 +301,7 @@ - return -1; - - // renaming the layer to the original filename -- gimp_layer_set_name (layers[0], strrchr(fc->value(1),'/')+1); -+ gimp_layer_set_name (layers[0], strrchr((char *)fc->value(1),'/')+1); - GPrecisionType image_base_prec = gimp_drawable_precision (layers[0]); - int base_gray = gimp_drawable_gray (layers[0]); - -@@ -341,7 +341,7 @@ - #endif - gimp_image_add_layer (image_ID, layers[0], 0); DBG - // set layer name to filename -- gimp_layer_set_name(layers[0], strrchr(fc->value(i),'/')+1); -+ gimp_layer_set_name(layers[0], strrchr((char *)fc->value(i),'/')+1); - - // searching max dimensions - if (gimp_image_width(load_image_ID) > max_w) - |