aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--contrib/minizip/unzip.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c
index d7ff21cb..827c23a1 100644
--- a/contrib/minizip/unzip.c
+++ b/contrib/minizip/unzip.c
@@ -1167,13 +1167,12 @@ extern int ZEXPORT unzLocateFile(unzFile file, const char *szFileName, int iCase
1167 1167
1168 1168
1169/* 1169/*
1170/////////////////////////////////////////// 1170 Contributed by Ryan Haksi (mailto://cryogen@infoserve.net)
1171// Contributed by Ryan Haksi (mailto://cryogen@infoserve.net) 1171 I need random access
1172// I need random access 1172
1173// 1173 Further optimization could be realized by adding an ability
1174// Further optimization could be realized by adding an ability 1174 to cache the directory in memory. The goal being a single
1175// to cache the directory in memory. The goal being a single 1175 comprehensive file read to put the file I need in a memory.
1176// comprehensive file read to put the file I need in a memory.
1177*/ 1176*/
1178 1177
1179/* 1178/*
@@ -1242,8 +1241,7 @@ extern int ZEXPORT unzGoToFilePos(unzFile file, unz_file_pos* file_pos) {
1242} 1241}
1243 1242
1244/* 1243/*
1245// Unzip Helper Functions - should be here? 1244 Unzip Helper Functions - should be here?
1246///////////////////////////////////////////
1247*/ 1245*/
1248 1246
1249/* 1247/*