diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-15 12:50:30 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-15 12:50:30 +0200 |
commit | 2208dd1f116c3a6e8a67a28f6c5d0b15afff76ac (patch) | |
tree | 46cbbba2c44f5edb616cf97b95e21fe4b3b82d7c /extra/ufraw/ufraw-0.15-glibc-2.10.patch | |
parent | d07c0c3818822e2b5e36491d7b6ba24d695f1925 (diff) | |
download | nutyx-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/ufraw-0.15-glibc-2.10.patch')
-rw-r--r-- | extra/ufraw/ufraw-0.15-glibc-2.10.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/ufraw/ufraw-0.15-glibc-2.10.patch b/extra/ufraw/ufraw-0.15-glibc-2.10.patch new file mode 100644 index 000000000..5c29b3159 --- /dev/null +++ b/extra/ufraw/ufraw-0.15-glibc-2.10.patch @@ -0,0 +1,12 @@ +--- ufraw-0.15.old/dcraw.cc 2008-12-23 07:19:41.000000000 +0000 ++++ ufraw-0.15/dcraw.cc 2009-05-28 15:25:51.000000000 +0100 +@@ -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 = (char*) strchr (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); + |