]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Merge branch 'dev' into testcorpus 569/head
authorSean Purcell <me@seanp.xyz>
Mon, 27 Feb 2017 06:27:31 +0000 (22:27 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Feb 2017 06:27:31 +0000 (22:27 -0800)
1  2 
tests/decodecorpus.c

index ecac7b23438413ab4850010d42a876672e1a8b6e,8de5c252bd01fee2d0683a017aef74de29000944..183d20f749e631d0be6eac0afffd687b348d7d5f
@@@ -610,10 -610,9 +610,10 @@@ static U32 generateSequences(U32* seed
      /* The total length of all the matches */
      size_t const remainingMatch = contentSize - literalsSize;
      size_t excessMatch = 0;
 +    U32 numSequences = 0;
++  
      U32 i;
  
 -    U32 numSequences;
  
      const BYTE* literals = LITERAL_BUFFER;
      BYTE* srcPtr = frame->src;