Update of /cvsroot/ufraw/ufraw In directory vz-cvs-2.sog:/tmp/cvs-serv22441
Modified Files: dcraw_api.cc dcraw_indi.c Log Message: Use the correct color variable, fixing a valgrind warning. Index: dcraw_api.cc =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw_api.cc,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- dcraw_api.cc 20 Feb 2011 06:15:20 -0000 1.75 +++ dcraw_api.cc 27 Feb 2011 02:48:32 -0000 1.76 @@ -610,8 +610,8 @@ h->post_mul[c] = 1.0; } else { scale_colors_INDI(h->rgbMax - h->black, h->black, useCameraWB, - h->cam_mul, h->raw.colors, h->post_mul, h->filters, d->white, - d->ifname_display, d); + h->cam_mul, h->colors, h->post_mul, h->filters, + d->white, d->ifname_display, d); } h->message = d->messageBuffer; return d->lastStatus; Index: dcraw_indi.c =================================================================== RCS file: /cvsroot/ufraw/ufraw/dcraw_indi.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- dcraw_indi.c 21 Feb 2011 01:43:53 -0000 1.86 +++ dcraw_indi.c 27 Feb 2011 02:48:32 -0000 1.87 @@ -241,8 +241,8 @@ } FORC4 scale_mul[c] = (pre_mul[c] /= dmax) * 65535.0 / maximum; dcraw_message(dcraw, DCRAW_VERBOSE, - _("Scaling with darkness %d, saturation %d, and\nmultipliers"), - dark, sat); + _("Scaling with darkness %d, saturation %d, and\nmultipliers"), + dark, sat); FORC4 dcraw_message(dcraw, DCRAW_VERBOSE, " %f", pre_mul[c]); dcraw_message(dcraw, DCRAW_VERBOSE, "\n"); ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs