Skip to content

Commit 50b1894

Browse files
committed
fix gzip typo
1 parent 9d0770b commit 50b1894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tar/main.ijs

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ gzip=: 3 : 0
179179
r=. ''
180180
d=. (128*1024)$' '
181181
h=. gzopen y;'rb'
182-
while. 0{:: 'c h d nd'=. (libz,' gzread cv,' i x *c i') cd h;d;#d do.
182+
while. 0{:: 'c h d nd'=. (libz,' gzread ',cv,' i x *c i') cd h;d;#d do.
183183
assert. _1~:c
184184
r=. r,c{.d
185185
end.

0 commit comments

Comments
 (0)