Author: akv
Date: 2010-01-24 01:57:59 +0100 (Sun, 24 Jan 2010)
New Revision: 3068

Modified:
   branches/rawstudio-ng-color/plugins/meta-tiff/tiff-meta.c
Log:
Removed print_ifd() call in makernote_sony().

Modified: branches/rawstudio-ng-color/plugins/meta-tiff/tiff-meta.c
===================================================================
--- branches/rawstudio-ng-color/plugins/meta-tiff/tiff-meta.c   2010-01-24 
00:51:04 UTC (rev 3067)
+++ branches/rawstudio-ng-color/plugins/meta-tiff/tiff-meta.c   2010-01-24 
00:57:59 UTC (rev 3068)
@@ -1063,7 +1063,7 @@
        {
                read_ifd(rawfile, offset, &ifd);
                offset += 12;
-               print_ifd(rawfile, &ifd);
+
                switch (ifd.tag)
                {
                case 0xb027: /* LensType */


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

Reply via email to