diff options
-rw-r--r-- | zipstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zipstream.php b/zipstream.php index fd307bb..8150f20 100644 --- a/zipstream.php +++ b/zipstream.php @@ -201,7 +201,7 @@ class ZipStream { array_unshift($args, $fmt); # build output string from header and compressed data - return call_user_func('pack', $args)); + return call_user_func('pack', $args); } }; |