Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19541

Modified Files:
        dcraw.cc 
Log Message:
Do not rename the RICOH GR to PENTAX GR.

Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -d -r1.339 -r1.340
--- dcraw.cc    23 Jun 2015 17:30:12 -0000      1.339
+++ dcraw.cc    9 Aug 2015 06:15:20 -0000       1.340
@@ -8989,6 +8989,8 @@
        ((cp = strcasestr(model," DIGITAL CAMERA")) ||
         (cp = strstr(model,"FILE VERSION"))))
      *cp = 0;
+  if (!strcmp(make,"Pentax") && !strncmp(model,"GR",2))
+    strcpy (make, "Ricoh");            /* Ricoh GR not Pentax GR */
   if (!strncasecmp(model,"PENTAX",6))
     strcpy (make, "Pentax");
   cp = make + strlen(make);            /* Remove trailing spaces */


------------------------------------------------------------------------------
_______________________________________________
ufraw-cvs mailing list
ufraw-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to