diff options
Diffstat (limited to 'src/JP2K.cpp')
| -rwxr-xr-x | src/JP2K.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/JP2K.cpp b/src/JP2K.cpp index b8c5b59..6858253 100755 --- a/src/JP2K.cpp +++ b/src/JP2K.cpp @@ -162,6 +162,7 @@ ASDCP::JP2K::Accessor::COM::Dump(FILE* stream) } else { + fprintf(stream, "COM:\n"); Kumu::hexdump(CommentData(), CommentSize(), stream); } } |
