summaryrefslogtreecommitdiff
path: root/src/Index.cpp
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2013-04-12 23:39:31 +0000
committermikey <>2013-04-12 23:39:31 +0000
commit252740d6f7d8924c6af30e55d2da487356a0acdc (patch)
treeba01aa630cf6cd11e7c286a60380aa35be916616 /src/Index.cpp
parentc9e20228d6c328a0b446c1417e0082389ff045ff (diff)
Added atmos support and new ULs per SMPTE 429-2:2013 - see README for deets.
Diffstat (limited to 'src/Index.cpp')
-rwxr-xr-xsrc/Index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Index.cpp b/src/Index.cpp
index 449d5bf..f377585 100755
--- a/src/Index.cpp
+++ b/src/Index.cpp
@@ -143,7 +143,7 @@ ASDCP::MXF::IndexTableSegment::Dump(FILE* stream)
}
else
{
- fprintf(stream, " IndexEntryArray: %du entries\n", IndexEntryArray.size());
+ fprintf(stream, " IndexEntryArray: %zu entries\n", IndexEntryArray.size());
}
}