Fix format specifier.
This commit is contained in:
parent
43d95b8a75
commit
5eb464271e
@ -212,7 +212,7 @@ namespace Exiv2
|
||||
if ( bTrace ) {
|
||||
bLF = true;
|
||||
out << indent(depth) << "Exiv2::BmffImage::boxHandler: " << toAscii(box_type)
|
||||
<< Internal::stringFormat(" %8ld->%u ", address, box_length);
|
||||
<< Internal::stringFormat(" %8ld->%lu ", address, box_length);
|
||||
}
|
||||
|
||||
if (box_length == 1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user