bzip2: port bzip2 1.0.4 to busybox. note: bzip2 code resides

in separate directory (archival/bz/*)
and is covered by BSD-style license.
code size: 13k
This commit is contained in:
Denis Vlasenko
2007-10-13 03:36:03 +00:00
parent 11c23d7b99
commit 77f1ec1b9b
20 changed files with 3253 additions and 22 deletions

View File

@@ -323,7 +323,7 @@ static int huft_build(const unsigned *b, const unsigned n,
} while (--i);
if (c[0] == n) { /* null input - all zero length codes */
*m = 0;
return 2;
return 2;
}
/* Find minimum and maximum length, bound *m by those */