diff options
Diffstat (limited to 'archival/unzip.c')
-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 56989fa0b..986145d0f 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -242,7 +242,7 @@ static uint32_t find_cdf_offset(void) | |||
242 | end = 0; | 242 | end = 0; |
243 | 243 | ||
244 | dbg("Looking for cdf_offset starting from 0x%"OFF_FMT"x", end); | 244 | dbg("Looking for cdf_offset starting from 0x%"OFF_FMT"x", end); |
245 | xlseek(zip_fd, end, SEEK_SET); | 245 | xlseek(zip_fd, end, SEEK_SET); |
246 | buf = xzalloc(PEEK_FROM_END); | 246 | buf = xzalloc(PEEK_FROM_END); |
247 | full_read(zip_fd, buf, PEEK_FROM_END); | 247 | full_read(zip_fd, buf, PEEK_FROM_END); |
248 | 248 | ||