From: Tim Starling Date: Mon, 28 Feb 2011 02:26:47 +0000 (+0000) Subject: Minor fix in ZIP64 code from r82783. Note that this code is, before and after this... X-Git-Tag: 1.31.0-rc.0~31728 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=9d9201c18d492d85a9de74340f5cb1599f833fb9;p=lhc%2Fweb%2Fwiklou.git Minor fix in ZIP64 code from r82783. Note that this code is, before and after this fix, untested and unused. I only committed it because I thought it might be a helpful starting point for future development. --- diff --git a/includes/ZipDirectoryReader.php b/includes/ZipDirectoryReader.php index 85e5347192..7f5b0b6b33 100644 --- a/includes/ZipDirectoryReader.php +++ b/includes/ZipDirectoryReader.php @@ -439,7 +439,6 @@ class ZipDirectoryReader { ); $extraPos = 0; - $extraField = $data['extra field']; while ( $extraPos < strlen( $extraField ) ) { $extra = $this->unpack( $extraField, $extraHeaderInfo, $extraPos ); $extraPos += $extraHeaderSize;