summaryrefslogtreecommitdiff
path: root/appl/lib/inflate.b
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-01-22 21:54:45 +0000
committerCharles.Forsyth <devnull@localhost>2008-01-22 21:54:45 +0000
commit9b29ac7ea714507a9c0690620c02c8ca5ab25f90 (patch)
tree1eeb3e33858dfc27844b520036f2119869f9088b /appl/lib/inflate.b
parent60951762adc08955ddba7ff59f6043e7a542a0f2 (diff)
20080122-2200
Diffstat (limited to 'appl/lib/inflate.b')
-rw-r--r--appl/lib/inflate.b4
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/lib/inflate.b b/appl/lib/inflate.b
index 3d8a6d22..0f4d6ba7 100644
--- a/appl/lib/inflate.b
+++ b/appl/lib/inflate.b
@@ -302,8 +302,8 @@ header(s: ref State)
mtime |= (getb(s) << 16);
mtime |= (getb(s) << 24);
s.c <-= ref Rq.Info("mtime " + string mtime);
- xfl := getb(s);
- os := getb(s);
+ getb(s); # xfl
+ getb(s); # os
# skip optional "extra field"
if(flags & GZFEXTRA) {