summaryrefslogtreecommitdiffstats
path: root/extra/ufraw/gcc44.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-15 12:50:30 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-15 12:50:30 +0200
commit2208dd1f116c3a6e8a67a28f6c5d0b15afff76ac (patch)
tree46cbbba2c44f5edb616cf97b95e21fe4b3b82d7c /extra/ufraw/gcc44.patch
parentd07c0c3818822e2b5e36491d7b6ba24d695f1925 (diff)
downloadnutyx-extra-2208dd1f116c3a6e8a67a28f6c5d0b15afff76ac.tar.gz
nutyx-extra-2208dd1f116c3a6e8a67a28f6c5d0b15afff76ac.tar.bz2
nutyx-extra-2208dd1f116c3a6e8a67a28f6c5d0b15afff76ac.tar.xz
nutyx-extra-2208dd1f116c3a6e8a67a28f6c5d0b15afff76ac.zip
Ajout de ufraw#0.15-2
Diffstat (limited to 'extra/ufraw/gcc44.patch')
-rw-r--r--extra/ufraw/gcc44.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/ufraw/gcc44.patch b/extra/ufraw/gcc44.patch
new file mode 100644
index 000000000..51444674b
--- /dev/null
+++ b/extra/ufraw/gcc44.patch
@@ -0,0 +1,11 @@
+--- ufraw-0.15/dcraw.cc 2008-12-23 08:19:41.000000000 +0100
++++ ufraw-0.15/dcraw.cc.new 2009-07-30 21:19:53.000000000 +0200
+@@ -8401,7 +8401,7 @@
+ argv[argc] = "";
+ for (arg=1; (((opm = argv[arg][0]) - 2) | 2) == '+'; ) {
+ opt = argv[arg++][1];
+- if ((cp = strchr (sp="nbrkStqmHAC", opt)))
++ if ((cp = strchr (const sp="nbrkStqmHAC", opt)))
+ for (i=0; i < "11411111142"[cp-sp]-'0'; i++)
+ if (!isdigit(argv[arg+i][0])) {
+ dcraw_message (DCRAW_ERROR,_("Non-numeric argument to \"-%c\"\n"), opt);