Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2034
Modified Files:
dcraw.cc
Log Message:
dcraw modified 8.98 (1.431). Changelog: Ignore the first data error in a Pentax
*ist D file.
Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- dcraw.cc 19 Sep 2009 05:55:17 -0000 1.192
+++ dcraw.cc 23 Sep 2009 03:40:17 -0000 1.193
@@ -59,7 +59,7 @@
#include <glib/gi18n.h> /*For _(String) definition - NKBJ*/
#endif
/*fseeko() is handled by the configuration system - NKBJ*/
-//#if defined(DJGPP) || defined(__MINGW32__)
+//#ifdef DJGPP
//#define fseeko fseek
//#define ftello ftell
//#else
@@ -330,7 +330,7 @@
dcraw_message (DCRAW_WARNING,_("Corrupt data near 0x%lx\n"), ftell(ifp));
#endif
}
- data_error = 1;
+ data_error++;
}
ushort CLASS sget2 (uchar *s)
@@ -7390,6 +7390,8 @@
maximum = 0x3df;
order = 0x4d4d;
}
+ } else if (!strcmp(model,"*ist D")) {
+ data_error = -1;
} 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