Skip to content

Commit

Permalink
Merge d328b7f into 06dd48e
Browse files Browse the repository at this point in the history
  • Loading branch information
mgs255 committed Jun 6, 2019
2 parents 06dd48e + d328b7f commit 914de16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ private void addStringToTable(final byte[] bytes) throws IOException {
if (codes < (1 << codeSize)) {
table[codes] = bytes;
codes++;
} else {
throw new IOException("AddStringToTable: codes: " + codes
+ " code_size: " + codeSize);
}
// If the table already full, then we simply ignore these bytes
// per the https://www.w3.org/Graphics/GIF/spec-gif89a.txt 'spec'.

checkCodeSize();
}

Expand Down
Binary file added src/test/data/images/gif/3/animated.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 914de16

Please sign in to comment.