Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7638

Modified Files:
        dcraw_indi.c 
Log Message:
Update scale_colors_INDI() to DCRaw v9.19 codebase.

Index: dcraw_indi.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw_indi.c,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -d -r1.113 -r1.114
--- dcraw_indi.c        17 Oct 2013 08:00:19 -0000      1.113
+++ dcraw_indi.c        18 Oct 2013 05:00:08 -0000      1.114
@@ -237,6 +237,7 @@
         dcraw_message(dcraw, DCRAW_NO_CAMERA_WB,
                       _("%s: Cannot use camera white balance.\n"), 
ifname_display);
     }
+    if (pre_mul[1] == 0) pre_mul[1] = 1;
     if (pre_mul[3] == 0) pre_mul[3] = colors < 4 ? pre_mul[1] : 1;
     for (dmin = DBL_MAX, dmax = c = 0; c < 4; c++) {
         if (dmin > pre_mul[c])


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to