Fix LGTM warning about format specifier
https://lgtm.com/projects/g/Exiv2/exiv2/rev/pr-6633ad1cc6e6c36bffd6655165c299c53e934b22
This commit is contained in:
parent
e97a9ff88a
commit
e8422732af
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user