From 5e91ca52284adc91a42d6fe389c9cc70a33126a6 Mon Sep 17 00:00:00 2001 From: jhurst Date: Tue, 30 May 2006 07:11:19 +0000 Subject: more printf format fixes --- src/AS_DCP_JP2K.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AS_DCP_JP2K.cpp') diff --git a/src/AS_DCP_JP2K.cpp b/src/AS_DCP_JP2K.cpp index ce4d5af..a1071cf 100755 --- a/src/AS_DCP_JP2K.cpp +++ b/src/AS_DCP_JP2K.cpp @@ -219,7 +219,7 @@ ASDCP::JP2K::FrameBuffer::Dump(FILE* stream, ui32_t dump_len) const if ( stream == 0 ) stream = stderr; - fprintf(stream, "Frame: %06lu, %7lu bytes", m_FrameNumber, m_Size); + fprintf(stream, "Frame: %06u, %7u bytes", m_FrameNumber, m_Size); fputc('\n', stream); -- cgit v1.2.3