diff options
| author | jhurst <jhurst@cinecert.com> | 2006-05-29 22:32:40 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-05-29 22:32:40 +0000 |
| commit | 1c20f520f0ac0d44c64cc53991f12c84a416b48f (patch) | |
| tree | 0ac4a891e886d3f5198ca1033d108d6dc5de55e7 /src/MXF.h | |
| parent | 04591a0dae1919f7ec3d740173b55dfad742fba6 (diff) | |
format string fixes
Diffstat (limited to 'src/MXF.h')
| -rwxr-xr-x | src/MXF.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ namespace ASDCP inline const char* EncodeString(char* str_buf, ui32_t buf_len) const { Kumu::ui64Printer offset_str(ByteOffset); - snprintf(str_buf, buf_len, "%-6lu: %s", BodySID, offset_str.c_str()); + snprintf(str_buf, buf_len, "%-6u: %s", BodySID, offset_str.c_str()); return str_buf; } |
