@ -304,7 +304,7 @@ void printIFD(Exiv2::BasicIo& io, std::ostream& out, Exiv2::PrintStructureOption
if ( count*size > 4 ) { // read into buffer
size_t restore = io.tell(); // save
io.seek(offset, Exiv2::BasicIo::beg); // position
io.read(buf.pData_,count*size);// read
io.read(buf.pData_,count*size); // read
io.seek(restore, Exiv2::BasicIo::beg); // restore
}