Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187310
b: refs/heads/master
c: 51ea3f6
h: refs/heads/master
v: v3
  • Loading branch information
Joakim Tjernlund authored and Linus Torvalds committed Mar 12, 2010
1 parent e87b011 commit 80e5fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e69eae65523b457a3ac4262a66cfff57f2c924a9
refs/heads/master: 51ea3f6a4571e9283e2ff79b74bcedfc2986dbe2
2 changes: 1 addition & 1 deletion trunk/lib/zlib_inflate/inffast.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ void inflate_fast(z_streamp strm, unsigned start)
} else { /* dist == 1 or dist == 2 */
unsigned short pat16;

pat16 = *(sout-2+2*OFF);
pat16 = *(sout-1+OFF);
if (dist == 1) {
union uu mm;
/* copy one char pattern to both bytes */
Expand Down

0 comments on commit 80e5fe7

Please sign in to comment.