projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b0f86
)
squash a warning
author
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Dec 2002 21:34:04 +0000
(21:34 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 11 Dec 2002 21:34:04 +0000
(21:34 -0000)
archival/libunarchive/get_header_cpio.c
patch
|
blob
|
history
diff --git
a/archival/libunarchive/get_header_cpio.c
b/archival/libunarchive/get_header_cpio.c
index 87e97158829800b12045b9e19dad53012a8bbfdc..96057a7b83ab977ce172f5f16b36c40524d8a1c4 100644
(file)
--- a/
archival/libunarchive/get_header_cpio.c
+++ b/
archival/libunarchive/get_header_cpio.c
@@
-88,7
+88,7
@@
extern char get_header_cpio(archive_handle_t *archive_handle)
sscanf(cpio_header, "%6c%8x%8x%8x%8x%8x%8lx%8lx%16c%8x%8x%8x%8c",
dummy, &inode, (unsigned int*)&file_header->mode,
(unsigned int*)&file_header->uid, (unsigned int*)&file_header->gid,
- &nlink, &file_header->mtime, &file_header->size,
+ &nlink, &file_header->mtime,
(unsigned long*)
&file_header->size,
dummy, &major, &minor, &namesize, dummy);
file_header->name = (char *) xmalloc(namesize + 1);