diff options
| -rwxr-xr-x | src/Index.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Index.cpp b/src/Index.cpp index 81ee5b4..5adc7e2 100755 --- a/src/Index.cpp +++ b/src/Index.cpp @@ -127,7 +127,7 @@ ASDCP::MXF::IndexTableSegment::InitFromTLVSet(TLVReader& TLVSet) if (IndexEntryArray.size() != item_count) { DefaultLogSink().Error("Malformed index table segment, could not decode all IndexEntries.\n"); - return RESULT_FAIL; + return RESULT_KLV_CODING; } } } |
