adding some TODO

This commit is contained in:
Michał Walenciak
2017-09-08 22:53:09 +02:00
parent 542941a062
commit 77b6af4024
+1
View File
@@ -286,6 +286,7 @@ void printIFD(Exiv2::BasicIo& io, std::ostream& out, Exiv2::PrintStructureOption
std::string sp = "" ; // output spacer
//prepare to print the value
// TODO: figure out what's going on with kount
const uint32_t kount = isStringType(type)? (count > 32 ? 32 : count) // restrict long arrays
: count > 5 ? 5
: count