Update of /cvsroot/ufraw/ufraw
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7842
Modified Files:
dcraw.cc
Log Message:
Revert code not needed by newer versions of valgrind.
Index: dcraw.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/dcraw.cc,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- dcraw.cc 26 Dec 2009 00:55:15 -0000 1.206
+++ dcraw.cc 12 Jan 2010 14:00:14 -0000 1.207
@@ -6864,9 +6864,9 @@
(cp = strstr(model,"FILE VERSION"))))
*cp = 0;
cp = make + strlen(make); /* Remove trailing spaces */
- while (make[0] != 0 && *--cp == ' ') *cp = 0;
+ while (*--cp == ' ') *cp = 0;
cp = model + strlen(model);
- while (model[0] != 0 && *--cp == ' ') *cp = 0;
+ while (*--cp == ' ') *cp = 0;
i = strlen(make); /* Remove make from model */
if (!strncasecmp (model, make, i) && model[i++] == ' ')
memmove (model, model+i, 64-i);
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs