1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

I'm sure you meant 'l' here, Sterling.

This commit is contained in:
Andrei Zmievski
2001-08-14 13:01:11 +00:00
parent 3c801213c6
commit 4e89fa671e

View File

@@ -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);