working ZSTD_compressBlock_opt_extDict_generic

This commit is contained in:
inikep
2016-04-05 23:58:51 +02:00
parent 83417bbbd2
commit f8a339d274
3 changed files with 56 additions and 59 deletions
+1 -1
View File
@@ -824,7 +824,7 @@ static size_t ZSTD_decompressSequences(
ZSTD_decodeSequence(&sequence, &seqState, mls);
#if 0 /* for debug */
{ U32 pos = (U32)(op-base);
if ((pos > 200802300) && (pos < 200802400))
// if ((pos > 200802300) && (pos < 200802400))
printf("Dpos %6u :%5u literals & match %3u bytes at distance %6u \n",
pos, (U32)sequence.litLength, (U32)sequence.matchLength, (U32)sequence.offset);
}