Update of /cvsroot/ufraw/ufraw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12939
Modified Files: dcraw.cc Log Message: Fix Sigma DP2S 'Daylight' WB. Index: dcraw.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v retrieving revision 1.324 retrieving revision 1.325 diff -u -d -r1.324 -r1.325 --- dcraw.cc 14 Feb 2015 09:00:19 -0000 1.324 +++ dcraw.cc 15 Feb 2015 07:00:15 -0000 1.325 @@ -3479,6 +3479,7 @@ { fprintf (stderr,_("%s: Invalid white balance \"%s\"\n"), ifname, model2); return; } } else { + if (!strcmp(model2, "Daylight")) strcpy(model2, "Sunlight"); if (!(cp = foveon_camf_param ("WhiteBalanceColorCorrections", model2))) { fprintf (stderr,_("%s: Invalid white balance \"%s\"\n"), ifname, model2); return; } ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs