Fix format specifier.

This commit is contained in:
Kevin Backhouse
2021-07-23 16:55:47 +01:00
parent 43d95b8a75
commit 5eb464271e
+1 -1
View File
@@ -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) {