From 734a2c3d57def35d06bc8653ef66c05b6a12c6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Thu, 21 Sep 2017 17:35:31 +0200 Subject: [PATCH] fixing TODO --- src/bigtiffimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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