diff options
Diffstat (limited to 'archival')
-rw-r--r-- | archival/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index 028e4e62e..51025529d 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -239,7 +239,7 @@ static uint32_t find_cdf_offset(void) | |||
239 | end = 0; | 239 | end = 0; |
240 | 240 | ||
241 | dbg("Looking for cdf_offset starting from 0x%"OFF_FMT"x", end); | 241 | dbg("Looking for cdf_offset starting from 0x%"OFF_FMT"x", end); |
242 | xlseek(zip_fd, end, SEEK_SET); | 242 | xlseek(zip_fd, end, SEEK_SET); |
243 | buf = xzalloc(PEEK_FROM_END); | 243 | buf = xzalloc(PEEK_FROM_END); |
244 | full_read(zip_fd, buf, PEEK_FROM_END); | 244 | full_read(zip_fd, buf, PEEK_FROM_END); |
245 | 245 | ||