From: Andrei Zmievski Date: Tue, 14 Aug 2001 13:01:11 +0000 (+0000) Subject: I'm sure you meant 'l' here, Sterling. X-Git-Tag: php-4.0.7RC1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e89fa671e8570eaa505cc3f2f839bf863586e72;p=php I'm sure you meant 'l' here, Sterling. --- diff --git a/ext/zip/zip.c b/ext/zip/zip.c index e691588b96..0ec1ad8623 100644 --- a/ext/zip/zip.c +++ b/ext/zip/zip.c @@ -252,7 +252,7 @@ PHP_FUNCTION(zip_entry_open) php_zzip_dirent *entry = NULL; int mode; - if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|s", &zzip_dp, &zzip_ent, &mode) == FAILURE) + if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|l", &zzip_dp, &zzip_ent, &mode) == FAILURE) return; ZEND_FETCH_RESOURCE(archive_p, ZZIP_DIR *, zzip_dp, -1, le_zip_dir_name, le_zip_dir);