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

Modified Files:
        dcraw.cc 
Log Message:
Make stand-alone dcraw behave more like the original dcraw.

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- dcraw.cc    6 Oct 2009 03:30:13 -0000       1.196
+++ dcraw.cc    12 Oct 2009 07:06:22 -0000      1.197
@@ -7320,7 +7320,9 @@
     load_flags = 30;
   } else if (!strcmp(model,"FinePix S5100") ||
             !strcmp(model,"FinePix S5500")) {
+#ifdef DCRAW_NOMAIN
     height -= top_margin = 6;
+#endif
     load_raw = &CLASS unpacked_load_raw;
   } else if (!strcmp(make,"FUJIFILM")) {
     if (!strcmp(model+7,"S2Pro")) {
@@ -7390,7 +7392,7 @@
       maximum = 0x3df;
       order = 0x4d4d;
     }
-#if 0
+#ifndef DCRAW_NOMAIN
   } else if (!strcmp(model,"*ist D")) {
     data_error = -1;
 #endif


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) 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 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to