diff options
Diffstat (limited to 'src/ustar.h')
-rw-r--r-- | src/ustar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ustar.h b/src/ustar.h index d526239..388011c 100644 --- a/src/ustar.h +++ b/src/ustar.h @@ -31,7 +31,7 @@ struct opkg_opk_ustar; struct opkg_opk_ustar_member { char name[OPKG_OPK_USTAR_NAME_MAX_LEN]; uint16_t mode; - int64_t size; + uint64_t size; int64_t mtime; char type; char linkname[100]; |