diff options
Diffstat (limited to 'zipstream.php')
| -rw-r--r-- | zipstream.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zipstream.php b/zipstream.php index 36df012..53917ec 100644 --- a/zipstream.php +++ b/zipstream.php @@ -139,7 +139,7 @@ class ZipStream {        array('v', 0),              # file comment length        array('v', 0),              # disk number start        array('v', 0),              # internal file attributes -      array('V', 0),              # external file attributes +      array('V', 32),             # external file attributes        array('V', $ofs),           # relative offset of local header      );  | 
