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

Modified Files:
        ufraw_exiv2.cc 
Log Message:
Sort TIFF tags to prevent warnings in other softwares.


Index: ufraw_exiv2.cc
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_exiv2.cc,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- ufraw_exiv2.cc      5 Apr 2010 14:30:18 -0000       1.57
+++ ufraw_exiv2.cc      6 Apr 2010 20:25:02 -0000       1.58
@@ -361,6 +361,7 @@
        outExifData.add(*pos);
        pos = rawExifData.erase(pos);
     }
+    outExifData.sortByTag();
     image->setExifData(outExifData);
     image->writeMetadata();
 


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to