Address PR comments and minor fixes

This commit is contained in:
Sean Purcell
2017-04-12 11:15:46 -07:00
parent d048fefef7
commit e80f1d74b3
6 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ static size_t ZSTD_seekable_writeSeekTable(ZSTD_seekable_CStream* zcs, ZSTD_outB
} \
} while (0)
st_write32(ZSTD_MAGIC_SKIPPABLE_START, 0);
st_write32(ZSTD_MAGIC_SKIPPABLE_START | 0xE, 0);
st_write32(seekTableLen - ZSTD_skippableHeaderSize, 4);
while (zcs->chunkDSize < zcs->chunklog.size) {