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

Modified Files:
        ufraw_ufraw.c 
Log Message:
Fix bug where --rotate=no flips images horizontally.

Index: ufraw_ufraw.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_ufraw.c,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- ufraw_ufraw.c       21 Sep 2009 06:39:04 -0000      1.182
+++ ufraw_ufraw.c       22 Sep 2009 16:30:08 -0000      1.183
@@ -466,7 +466,7 @@
     uf->conf->timestamp = raw->timestamp;
 
     if ( !uf->conf->rotate ) {
-       uf->conf->orientation = 1;
+       uf->conf->orientation = 0;
        uf->conf->rotationAngle = 0;
     } else {
        if ( !uf->LoadingID || uf->conf->orientation<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