From: Ben Pfaff Date: Thu, 18 Jun 2009 04:24:38 +0000 (-0700) Subject: sys-file-reader: Don't warn if compression bias field is 0. X-Git-Tag: v0.6.2-pre1~3 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0faad29b5c735cce9672331681392c2b1f0b5690;hp=0faad29b5c735cce9672331681392c2b1f0b5690;p=pspp-builds.git 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 for reporting this unnecessary warning. ---