Merged unstable branch to trunk.

This commit is contained in:
Andreas Huggel
2008-06-21 10:28:17 +00:00
parent b47b8085db
commit 0d55992e2f
92 changed files with 7209 additions and 9085 deletions
+2 -2
View File
@@ -17,7 +17,6 @@
// included header files
#include <exiv2/image.hpp>
#include <exiv2/exif.hpp>
#include <exiv2/makernote.hpp>
#include <iostream>
#include <sstream>
@@ -195,7 +194,8 @@ void testCase(const std::string& file1,
exifPrint(ed2);
std::cerr << "---> Writing Exif thumbnail to file " << thumb << ".*\n";
ed2.writeThumbnail(thumb);
ExifThumbC et2(ed2);
et2.writeFile(thumb);
}
// *****************************************************************************