pike.git/
src/
modules/
Gz/
module.pmod.in
Branch:
Tag:
Non-build tags
All tags
No tags
2009-01-28
2009-01-28 03:05:04 by Martin Stjernholm <mast@lysator.liu.se>
309af223c74e133dd360ba8ca8912edca8e5e59a (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug when seeking backwards in Gz.File.
Rev: src/modules/Gz/module.pmod.in:1.20
1:
// -*- pike -*-
-
// $Id: module.pmod.in,v 1.
19
2008
/
11
/
12
14
:
57
:
44
mast Exp $
+
// $Id: module.pmod.in,v 1.
20
2009
/
01
/
28
03
:
05
:
04
mast Exp $
#pike __REAL_VERSION__ #if constant(@module@)
249:
return -1; at_eof = 0; file_pos = 0;
+
inf = 0;
read_buf = ""; crc = crc32(""); if(!check_header())