Update of /cvsroot/ufraw/ufraw In directory vz-cvs-3.sog:/tmp/cvs-serv20239
Modified Files: ufraw_settings.cc Log Message: Make sure that channel multipliers larger than 10 are not truncated. Index: ufraw_settings.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/ufraw_settings.cc,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- ufraw_settings.cc 1 Jan 2012 15:30:20 -0000 1.22 +++ ufraw_settings.cc 3 Jan 2012 04:15:12 -0000 1.23 @@ -225,7 +225,7 @@ { public: ChannelMultipliers() : UFNumberArray(ufChannelMultipliers, 4, - 0.100, 99.000, 1.0, 3, 0.001, + 0.010, 99.000, 1.0, 3, 0.001, 0.001) { }; void Event(UFEventType type) { if (type != uf_value_changed) ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs