Fix LGTM warning about format specifier

https://lgtm.com/projects/g/Exiv2/exiv2/rev/pr-6633ad1cc6e6c36bffd6655165c299c53e934b22
This commit is contained in:
Kevin Backhouse 2021-04-19 16:10:00 +01:00 committed by Luis Díaz Más
parent e97a9ff88a
commit e8422732af

View File

@ -372,7 +372,7 @@ namespace Exiv2
uint32_t ldata = getLong(data.pData_ + skip + step - 4, endian_);
if ( bTrace ) {
out << indent(depth)
<< Internal::stringFormat("%8ld | %8u | ID | %4u | %6u,%6u", address + skip, step,
<< Internal::stringFormat("%8ld | %8ld | ID | %4u | %6u,%6u", address + skip, step,
ID, offset, ldata)
<< std::endl;
}