X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibgame%2Fzip%2Funzip.c;fp=src%2Flibgame%2Fzip%2Funzip.c;h=564d901df3adc18a90b3de40a7cbe15d6ce3a719;hb=bdda8328c686949f91cf2ce84cd719eb259ba94e;hp=5f1cb151869f6846eac6bf45e6bb778712cc92ce;hpb=f24169789baa739b4efbbf2b9f1612e04083d92d;p=rocksndiamonds.git diff --git a/src/libgame/zip/unzip.c b/src/libgame/zip/unzip.c index 5f1cb151..564d901d 100644 --- a/src/libgame/zip/unzip.c +++ b/src/libgame/zip/unzip.c @@ -122,8 +122,8 @@ typedef struct zlib_filefunc64_32_def z_filefunc; voidpf filestream; /* io structore of the zipfile */ - uint16_t compression_method; /* compression method (0==store) */ - uint64_t byte_before_the_zipfile; /* byte before the zipfile, (>0 for sfx) */ + uint16_t compression_method; /* compression method (0 == store) */ + uint64_t byte_before_the_zipfile; /* byte before the zipfile, (> 0 for sfx) */ int raw; } file_in_zip64_read_info_s;