Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xar/src/xar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ static int dump_header(const char *filename) {

static int dumptoc_raw(const char *filename, const char* tocfile) {
int fd, toc;
xar_header_ex_t xh;
xar_header_t xh;
uint64_t clen;
uint16_t hlen;
unsigned buffer_size = 4096;
Expand Down