Author: abrander
Date: 2010-08-24 21:09:23 +0200 (Tue, 24 Aug 2010)
New Revision: 3510

Modified:
   trunk/plugins/load-dcraw/dcraw.cc
Log:
Added note for Rawstudio maintainers.

Modified: trunk/plugins/load-dcraw/dcraw.cc
===================================================================
--- trunk/plugins/load-dcraw/dcraw.cc   2010-08-24 18:58:09 UTC (rev 3509)
+++ trunk/plugins/load-dcraw/dcraw.cc   2010-08-24 19:09:23 UTC (rev 3510)
@@ -6804,6 +6804,7 @@
   fread (head, 1, 32, ifp);
   fseek (ifp, 0, SEEK_END);
   fsize = ftell(ifp);
+  /* Note for Rawstudio maintainers, this check is not present in upstream 
dcraw */
   if (fsize < 32)
     return;
   if ((cp = (char *) memmem (head, 32, "MMMM", 4)) ||


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to