summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'XMPFiles/source/FormatSupport/IFF/ChunkController.cpp')
-rw-r--r--XMPFiles/source/FormatSupport/IFF/ChunkController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp b/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
index 29dec94..701970e 100644
--- a/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
+++ b/XMPFiles/source/FormatSupport/IFF/ChunkController.cpp
@@ -623,7 +623,7 @@ std::string ChunkController::dumpTree( )
if ( mTrailingGarbageSize != 0 )
{
- snprintf( buffer, 255, "\n Trailing Bytes: %llu", mTrailingGarbageSize );
+ snprintf( buffer, 255, "\n Trailing Bytes: %llu", (long long unsigned)mTrailingGarbageSize );
std::string str(buffer);
ret.append(str);