| Index: third_party/zlib/google/zip_internal.cc
|
| diff --git a/third_party/zlib/google/zip_internal.cc b/third_party/zlib/google/zip_internal.cc
|
| index 6349b7a5e8c6b35d5dfab6ade16e00d6f9d994cc..3150266a96c7a8a13181f133fadb7923e09ec25d 100644
|
| --- a/third_party/zlib/google/zip_internal.cc
|
| +++ b/third_party/zlib/google/zip_internal.cc
|
| @@ -42,7 +42,7 @@ void* ZipOpenFunc(void *opaque, const char* filename, int mode) {
|
| HANDLE file = 0;
|
| void* ret = NULL;
|
|
|
| - desired_access = share_mode = flags_and_attributes = 0;
|
| + desired_access = creation_disposition = share_mode = flags_and_attributes = 0;
|
|
|
| if ((mode & ZLIB_FILEFUNC_MODE_READWRITEFILTER) == ZLIB_FILEFUNC_MODE_READ) {
|
| desired_access = GENERIC_READ;
|
|
|