diff options
-rw-r--r-- | zipstream.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zipstream.php b/zipstream.php index 8150f20..bf16c08 100644 --- a/zipstream.php +++ b/zipstream.php @@ -167,6 +167,9 @@ class ZipStream { array('V', $cdr_ofs), # cdr ofs array('v', 0x00), # zip file comment length ); + + $ret = $this->pack_fields($fields); + $this->send($ret); } function add_cdr() { |