diff --git a/src/bigtiffimage.cpp b/src/bigtiffimage.cpp index 080ed804..ecbe1f92 100644 --- a/src/bigtiffimage.cpp +++ b/src/bigtiffimage.cpp @@ -347,7 +347,7 @@ namespace Exiv2 // tag is an IFD io.seek(0, BasicIo::beg); // position std::cerr << "makernote" << std::endl; - //printIFDStructure(io,out,option,offset,doSwap_,c,depth); // TODO: fix me + printIFD(out,option,offset,depth); } io.seek(restore,BasicIo::beg); // restore