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

Modified Files:
        dcraw.cc 
Log Message:
Disable latest commit to avoid segfault with PENTAX *ist D files.

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- dcraw.cc    23 Sep 2009 03:40:17 -0000      1.193
+++ dcraw.cc    27 Sep 2009 14:05:46 -0000      1.194
@@ -7390,8 +7390,10 @@
       maximum = 0x3df;
       order = 0x4d4d;
     }
+#if 0
   } else if (!strcmp(model,"*ist D")) {
     data_error = -1;
+#endif
   } else if (!strcmp(model,"*ist DS")) {
     height -= 2;
   } else if (!strcmp(model,"K20D")) {


------------------------------------------------------------------------------
Come build with us! The BlackBerry® 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/devconf
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to