From 4e89fa671e8570eaa505cc3f2f839bf863586e72 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Tue, 14 Aug 2001 13:01:11 +0000 Subject: [PATCH] I'm sure you meant 'l' here, Sterling. --- ext/zip/zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zip/zip.c b/ext/zip/zip.c index e691588b96c..0ec1ad86237 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);