aboutsummaryrefslogtreecommitdiff
path: root/tests/test_index_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_index_hash.c')
-rw-r--r--tests/test_index_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_index_hash.c b/tests/test_index_hash.c
index a3c021b9..bc0cef50 100644
--- a/tests/test_index_hash.c
+++ b/tests/test_index_hash.c
@@ -111,7 +111,7 @@ generate_index(uint8_t *index, const lzma_vli *unpadded_sizes,
size_t in_pos = 0;
size_t out_pos = 0;
// First set index indicator
- index[out_pos++] = 0;
+ index[out_pos++] = INDEX_INDICATOR;
// Next write out Number of Records
assert_lzma_ret(lzma_vli_encode(block_count, &in_pos, index,