From c84274ec191a8ff97babd726c963beee62146b2c Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Tue, 2 Mar 2021 19:36:33 +0000 Subject: [PATCH] Cosmetic change to -pR/-pS output. --- src/bmffimage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bmffimage.cpp b/src/bmffimage.cpp index 0b9a7c2f..accfd5f2 100644 --- a/src/bmffimage.cpp +++ b/src/bmffimage.cpp @@ -358,7 +358,7 @@ namespace Exiv2 uint32_t ldata = getLong(data.pData_ + skip + step - 4, bigEndian); if ( bTrace ) { out << indent(depth) - << Internal::stringFormat("%8ld | %8u | ext | %4u | %6u,%6u", address + skip, step, + << Internal::stringFormat("%8ld | %8u | ID | %4u | %6u,%6u", address + skip, step, ID, offset, ldata) << std::endl; }