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

Modified Files:
        ufraw_preview.c 
Log Message:
Fix buid without lensfun.


Index: ufraw_preview.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_preview.c,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- ufraw_preview.c     6 Nov 2009 06:47:53 -0000       1.300
+++ ufraw_preview.c     8 Nov 2009 01:27:54 -0000       1.301
@@ -1049,10 +1049,10 @@
 #ifdef HAVE_LENSFUN
        /* Vignetting is done in the first phase */
        ufraw_prepare_lensfun(data->UF, ufraw_lensfun_phase);
-    } else if (ufraw_invalidate_layer_event(data->UF, ufraw_lensfun_phase))
+    } else if (ufraw_invalidate_layer_event(data->UF, ufraw_lensfun_phase)) {
        ufraw_prepare_lensfun(data->UF, ufraw_lensfun_phase);
 #endif
-
+    }
 #ifdef _OPENMP
 #pragma omp parallel shared(chosen,data) reduction(||:again)
     {


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to