Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28369

Modified Files:
        ufraw_ufraw.c 
Log Message:
Fix mistake in latest commit.

Index: ufraw_ufraw.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_ufraw.c,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- ufraw_ufraw.c       23 Sep 2009 13:15:15 -0000      1.184
+++ ufraw_ufraw.c       23 Sep 2009 13:30:04 -0000      1.185
@@ -1385,7 +1385,7 @@
     double rgbWB[3];
     int status, c, cc, i;
 
-    UFRawPhase phase = uf->developer->doWB ?
+    UFRawPhase phase = uf->developer!=NULL && uf->developer->doWB ?
            ufraw_develop_phase : ufraw_first_phase;
     for (; phase < ufraw_phases_num; phase++)
        uf->Images[phase].valid = 0;


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to