summarylogtreecommitdiffstats
path: root/chromium-use-system-minizip.patch
blob: cc5c6aa95ad1943e65283642204646b39ab00cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/third_party/zlib/google/zip_reader.cc
+++ b/third_party/zlib/google/zip_reader.cc
@@ -278,10 +278,9 @@
 
   current_entry_info_.reset();
   reached_end_ = false;
-  const int kDefaultCaseSensivityOfOS = 0;
   const int result = unzLocateFile(zip_file_,
                                    path_in_zip.AsUTF8Unsafe().c_str(),
-                                   kDefaultCaseSensivityOfOS);
+                                   NULL);
   if (result != UNZ_OK)
     return false;