fixes for bugs found by make_single_applets.sh
[oweals/busybox.git] / archival / unzip.c
index 028e4e62ed6bd420e86556663ae1144551de010b..51025529dcaa2ec51beed88e317a768051074f21 100644 (file)
@@ -239,7 +239,7 @@ static uint32_t find_cdf_offset(void)
                end = 0;
 
        dbg("Looking for cdf_offset starting from 0x%"OFF_FMT"x", end);
-       xlseek(zip_fd, end, SEEK_SET);
+       xlseek(zip_fd, end, SEEK_SET);
        buf = xzalloc(PEEK_FROM_END);
        full_read(zip_fd, buf, PEEK_FROM_END);