From c072558b90f1bbedc2022b0f30c8b1ac4712538e Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Fri, 18 Feb 2011 09:50:58 +0100 Subject: Imported Upstream version 2011.02.15 --- src/pkg/archive/zip/struct.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/archive/zip/struct.go') diff --git a/src/pkg/archive/zip/struct.go b/src/pkg/archive/zip/struct.go index 8a8c727d4..bfe0aae2e 100644 --- a/src/pkg/archive/zip/struct.go +++ b/src/pkg/archive/zip/struct.go @@ -4,6 +4,7 @@ const ( fileHeaderSignature = 0x04034b50 directoryHeaderSignature = 0x02014b50 directoryEndSignature = 0x06054b50 + dataDescriptorLen = 12 ) type FileHeader struct { -- cgit v1.2.3