X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fzip%2Funzip.h;fp=src%2Flibgame%2Fzip%2Funzip.h;h=b457e18fad5875c48121e838b4b5c93e5e1728c5;hb=bdda8328c686949f91cf2ce84cd719eb259ba94e;hp=4aa047ea165b201a03a7c008364539cadacc15c4;hpb=f24169789baa739b4efbbf2b9f1612e04083d92d;p=rocksndiamonds.git diff --git a/src/libgame/zip/unzip.h b/src/libgame/zip/unzip.h index 4aa047ea..b457e18f 100644 --- a/src/libgame/zip/unzip.h +++ b/src/libgame/zip/unzip.h @@ -176,7 +176,7 @@ extern int ZEXPORT unzOpenCurrentFilePassword(unzFile file, const char *password extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int *method, int *level, int raw); /* Same as unzOpenCurrentFile, but open for read raw the file (not uncompress) - if raw==1 *method will receive method of compression, *level will receive level of compression + if raw == 1 *method will receive method of compression, *level will receive level of compression NOTE: you can set level parameter as NULL (if you did not want known level, but you CANNOT set method parameter as NULL */