Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88234
b: refs/heads/master
c: a1e58bb
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Apr 10, 2008
1 parent 2ca31aa commit e8f61a7
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: f17520e1f19172057328e50ffed01a42534921e9
refs/heads/master: a1e58bbdc969c3fe60addca7f2729779d22a83c1
2 changes: 1 addition & 1 deletion trunk/lib/lzo/lzo1x_decompress.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ int lzo1x_decompress_safe(const unsigned char *in, size_t in_len,
t += 7 + *ip++;
}
m_pos -= le16_to_cpu(get_unaligned(
(const unsigned short *)ip) >> 2);
(const unsigned short *)ip)) >> 2;
ip += 2;
if (m_pos == op)
goto eof_found;
Expand Down

0 comments on commit e8f61a7

Please sign in to comment.