sys-file-reader: Don't warn if compression bias field is 0.
authorBen Pfaff <blp@gnu.org>
Thu, 18 Jun 2009 04:24:38 +0000 (21:24 -0700)
committerBen Pfaff <blp@gnu.org>
Thu, 18 Jun 2009 04:24:38 +0000 (21:24 -0700)
commit0faad29b5c735cce9672331681392c2b1f0b5690
tree6d58feea2302032472b75980136d7a509c5a8a16
parent399bf939cf7597e9dbe1810a07ffcb5c2ed57d32
sys-file-reader: Don't warn if compression bias field is 0.

Some software writes a value of 0 to the compression bias field.  We
expect that this field has a value of 100 and warn if we see any other
value, but there is no real need to do so (because it is very likely
that we can read the file correctly in any case).  So suppress the
warning if we see a value of 0 here, because it bothers users.

Thanks to Tony Reardon <tony@sir.com.au> for reporting this
unnecessary warning.
src/data/sys-file-reader.c