summaryrefslogtreecommitdiff
path: root/src/asdcp-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/asdcp-test.cpp')
-rwxr-xr-xsrc/asdcp-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp
index 13e3036..24d6b1e 100755
--- a/src/asdcp-test.cpp
+++ b/src/asdcp-test.cpp
@@ -1813,7 +1813,7 @@ show_file_info(CommandOptions& Options)
if ( ASDCP_SUCCESS(result) )
{
char buf[64];
- fprintf(stdout, " ChannelAssignment: %s\n", descriptor->ChannelAssignment.EncodeString(buf, 64));
+ fprintf(stdout, " ChannelAssignment: %s\n", descriptor->ChannelAssignment.const_get().EncodeString(buf, 64));
}
}
}