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 bf16c08..eb0a33c 100644 --- a/zipstream.php +++ b/zipstream.php @@ -194,7 +194,7 @@ class ZipStream {    function pack_fields($fields) {      # populate format string and argument list -    list ($pack_fmt, $args) = array('', array()); +    list ($fmt, $args) = array('', array());      foreach ($fields as $field) {        $fmt .= $field[0];        $args[] = $field[1];  | 
