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

Modified Files:
        ufraw_ufraw.c 
Log Message:
Return the correct rgb_image.


Index: ufraw_ufraw.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_ufraw.c,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- ufraw_ufraw.c       11 Nov 2009 02:09:24 -0000      1.215
+++ ufraw_ufraw.c       19 Nov 2009 05:24:02 -0000      1.216
@@ -1426,7 +1426,7 @@
            break;
        }
     }
-    return &uf->Images[ufraw_first_phase];
+    return &uf->Images[phase];
 }
 
 ufraw_image_data *ufraw_final_image(ufraw_data *uf, gboolean bufferok)


------------------------------------------------------------------------------
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
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to