aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archival/unzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/unzip.c b/archival/unzip.c
index 7029f66c3..9ad03d0e2 100644
--- a/archival/unzip.c
+++ b/archival/unzip.c
@@ -627,7 +627,7 @@ int unzip_main(int argc, char **argv)
627 cdf_offset = read_next_cdf(cdf_offset, &cdf_header); 627 cdf_offset = read_next_cdf(cdf_offset, &cdf_header);
628 if (cdf_offset == 0) /* EOF? */ 628 if (cdf_offset == 0) /* EOF? */
629 break; 629 break;
630# if 0 630# if 1
631 xlseek(zip_fd, 631 xlseek(zip_fd,
632 SWAP_LE32(cdf_header.formatted.relative_offset_of_local_header) + 4, 632 SWAP_LE32(cdf_header.formatted.relative_offset_of_local_header) + 4,
633 SEEK_SET); 633 SEEK_SET);