From 6077df1a03a91ce2fe17ff1a7bdeb979a1a5e842 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 24 Dec 2006 01:29:20 +0000 Subject: Fix typo --- ext/zip/php_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/zip/php_zip.c') diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 28fc27fc03..7da6c8f171 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1720,7 +1720,7 @@ static ZIPARCHIVE_METHOD(extractTo) break; case IS_STRING: file = Z_STRVAL_PP(zval_file); - if (!php_zip_extract_file(intern, pathto, file, Z_STRLEN_P(zval_files) TSRMLS_CC)) { + if (!php_zip_extract_file(intern, pathto, file, Z_STRLEN_PP(zval_file) TSRMLS_CC)) { RETURN_FALSE; } break; -- cgit v1.2.1