Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137058
b: refs/heads/master
c: e4aa7ca
h: refs/heads/master
v: v3
  • Loading branch information
Alain Knaff authored and H. Peter Anvin committed Feb 19, 2009
1 parent 4cd5c4c commit 94de0c6
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: ee287587dafd77fd211e50637561224605c214b4
refs/heads/master: e4aa7ca5a2e6d44f07ceb87d9448113f5b48a334
2 changes: 1 addition & 1 deletion trunk/lib/decompress.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ decompress_fn decompress_method(const unsigned char *inbuf, int len,
if (len < 2)
return NULL; /* Need at least this much... */

for (cf = compressed_formats; cf->decompressor; cf++) {
for (cf = compressed_formats; cf->name; cf++) {
if (!memcmp(inbuf, cf->magic, 2))
break;

Expand Down

0 comments on commit 94de0c6

Please sign in to comment.