Update of /cvsroot/ufraw/ufraw
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25390

Modified Files:
        dcraw.cc 
Log Message:
dcraw modified 9.00 (1.433). Changelog: Update copyright information.

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -d -r1.218 -r1.219
--- dcraw.cc    29 May 2010 05:00:22 -0000      1.218
+++ dcraw.cc    30 May 2010 02:00:16 -0000      1.219
@@ -1,6 +1,6 @@
 /*
    dcraw.cc - Dave Coffin's raw photo decoder - C++ adaptation
-   Copyright 1997-2009 by Dave Coffin, dcoffin a cybercom o net
+   Copyright 1997-2010 by Dave Coffin, dcoffin a cybercom o net
    Copyright 2004-2010 by Udi Fuchs, udifuchs a gmail o com
 
    This program is free software; you can redistribute it and/or modify
@@ -1440,8 +1440,8 @@
 
 void CLASS phase_one_flat_field (int is_float, int nc)
 {
-  ushort head[8], y;
-  unsigned wide, x, rend, cend, row, col;
+  ushort head[8];
+  unsigned wide, y, x, rend, cend, row, col;
   int c;
   float *mrow, num, mult[4];
 
@@ -6686,11 +6686,10 @@
 void CLASS identify()
 {
   char head[32], *cp;
-  int hlen, flen, zero_fsize=1, i, c, is_canon;
-  unsigned fsize;
+  int hlen, flen, fsize, zero_fsize=1, i, c, is_canon;
   struct jhead jh;
   static const struct {
-    unsigned fsize;
+    int fsize;
     const char make[12], model[19], withjpeg;
   } table[] = {
     {    62464, "Kodak",    "DC20"            ,0 },


------------------------------------------------------------------------------

_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to